Metadata-Version: 1.1
Name: ixcom
Version: 1.0.12
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
Description: This library can be used to communicate with iMAR devices speaking the iXCOM protocol.
        
        Example usage:
        
            import ixcom
        
            client = ixcom.client('192.168.1.30')
            client.open_last_free_channel()
            client.realign()
Keywords: XCOM
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.6
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
