Metadata-Version: 2.1
Name: ixcom
Version: 1.2.0
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
License: UNKNOWN
Project-URL: Documentation, https://ixcom.readthedocs.io/en/latest/
Project-URL: Source Code, https://github.com/imar-navigation/ixcom-python
Description: 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
Keywords: XCOM,Inertial navigation,INS,iMAR,iNAT,GNSS,GPS,AHRS
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.6
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
