ait.core.bin.ait_tlm_simulate module

Usage: ait-tlm-simulate [options]

Sends simulated telemetry.

--port=number Port to which to send data (default:3076)
--host=string Host to which to send data (default:’127.0.0.1’)
--packetName=str
 String name of packetDefn (default:None)
--packetFill Byte to fill packet with (default:None)

If no packetName specified, will choose the first available packetDefn. If no packetFill specified, will fill packet using xrange.

Examples:

$ ait-tlm-simulate
ait.core.bin.ait_tlm_simulate.main()