This library can be used to communicate with iMAR devices speaking the iXCOM protocol.
Example usage:
```python
import ixcom
client = ixcom.Client('192.168.1.30')
client.open_last_free_channel()
client.realign()
```
Alongside this package, some command line tools will be installed in the user's path:
* configdump2txt: Converts a config.dump into a text form
* monitor2xcom: Converts iXCOM frames in a monitor.log into human readable format
* xcom_lookup: Looks for iXCOM devives on the local network
* split_config: Filters certain parameter IDs from a config.dump
Raw data
{
"_id": null,
"home_page": "http://www.imar-navigation.de",
"name": "ixcom",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "XCOM,Inertial navigation,INS,iMAR,iNAT,GNSS,GPS,AHRS",
"author": "iMAR Navigation GmbH",
"author_email": "support@imar-navigation.de",
"download_url": "https://files.pythonhosted.org/packages/f6/3d/1aa2e420d4511472ce0897e927a558c95304a42d0760e279446167376918/ixcom-1.3.6.tar.gz",
"platform": null,
"description": "This library can be used to communicate with iMAR devices speaking the iXCOM protocol.\n\nExample usage:\n```python\nimport ixcom\n\nclient = ixcom.Client('192.168.1.30')\nclient.open_last_free_channel()\nclient.realign()\n```\n\nAlongside this package, some command line tools will be installed in the user's path:\n* configdump2txt: Converts a config.dump into a text form\n* monitor2xcom: Converts iXCOM frames in a monitor.log into human readable format\n* xcom_lookup: Looks for iXCOM devives on the local network\n* split_config: Filters certain parameter IDs from a config.dump\n\n",
"bugtrack_url": null,
"license": "",
"summary": "Library for communicating with xcom devices over network",
"version": "1.3.6",
"project_urls": {
"Documentation": "https://ixcom.readthedocs.io/en/latest/",
"Homepage": "http://www.imar-navigation.de",
"Source Code": "https://github.com/imar-navigation/ixcom-python"
},
"split_keywords": [
"xcom",
"inertial navigation",
"ins",
"imar",
"inat",
"gnss",
"gps",
"ahrs"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "f63d1aa2e420d4511472ce0897e927a558c95304a42d0760e279446167376918",
"md5": "a6ce9284f8079ab222e4870e99a90e78",
"sha256": "5b6488c37e2652850830b4510dbb39405e5174b292a5e12644eb15a7866e079e"
},
"downloads": -1,
"filename": "ixcom-1.3.6.tar.gz",
"has_sig": false,
"md5_digest": "a6ce9284f8079ab222e4870e99a90e78",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 41783,
"upload_time": "2023-05-31T12:14:34",
"upload_time_iso_8601": "2023-05-31T12:14:34.496590Z",
"url": "https://files.pythonhosted.org/packages/f6/3d/1aa2e420d4511472ce0897e927a558c95304a42d0760e279446167376918/ixcom-1.3.6.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-05-31 12:14:34",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "imar-navigation",
"github_project": "ixcom-python",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "ixcom"
}