🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

ixcom

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ixcom

Library for communicating with xcom devices over network

1.3.7
PyPI
Maintainers
1

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()

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

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts