Python AVL Protocols Server for Codec 8 and Codec 8 Extended Protocols

Package provides python AVL Protocols Server for Codec 8 and Codec 8 Extended ProtocolsThis package will parse the AVL Data and log it in human readable JSON format. Store AVL data as JSON in any data base/store by extending this library. Note: Codec8 protocol support is under progress prerequisite Python 3.8+ How to start server Go to App directory and run python3.8 server.py How to test server with sample client Go to App directory and run python3.8 client.py How to […]

Read more

Simple FIX protocol implementation for Python

FIX (Financial Information eXchange) Protocol is a widely-used, text-based protocol for interaction between parties in financial trading. Banks, brokers, clearing firms, exchanges, and other general market participants use FIX protocol for all phases of electronic trading. Typically, a FIX implementation exists as a FIX Engine: a standalone service that acts as a gateway for other applications (matching engines, trading algos, etc) and implements the FIX protocol. The most popular Open Source FIX engine is probably one of the versions of […]

Read more