Metadata-Version: 2.4
Name: ixcom
Version: 1.3.8
Summary: Library for communicating with xcom devices over network
Home-page: http://www.imar-navigation.de
Author: iMAR Navigation GmbH
Author-email: support@imar-navigation.de
Project-URL: Documentation, https://ixcom.readthedocs.io/en/latest/
Project-URL: Source Code, https://github.com/imar-navigation/ixcom-python
Keywords: XCOM,Inertial navigation,INS,iMAR,iNAT,GNSS,GPS,AHRS
Classifier: Programming Language :: Python :: 3.6
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy>=1.16.2
Provides-Extra: fastcrc
Requires-Dist: fastcrc; extra == "fastcrc"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license-file
Dynamic: project-url
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: summary

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
