https://github.com/roq-trading/roq-client-bridge
Network access to C++ client using Websocket for transport and various encoding/decoding protocols.
https://github.com/roq-trading/roq-client-bridge
api binary bridge cpp26 flatbuffers json sbe websocket
Last synced: about 1 month ago
JSON representation
Network access to C++ client using Websocket for transport and various encoding/decoding protocols.
- Host: GitHub
- URL: https://github.com/roq-trading/roq-client-bridge
- Owner: roq-trading
- License: bsd-3-clause
- Created: 2025-02-07T10:54:44.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2026-04-15T01:41:18.000Z (about 2 months ago)
- Last Synced: 2026-04-15T03:23:15.717Z (about 2 months ago)
- Topics: api, binary, bridge, cpp26, flatbuffers, json, sbe, websocket
- Language: Python
- Homepage: https://roq-trading.com/
- Size: 101 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Client Bridge
A bridge allowing you to connect to a gateway over the network.
Current implementation uses Websocket for easy integration with any programming language.
Different protocols will be supported
* JSON (text)
* Flatbuffers (binary)
* SBE (binary)
Schema definitions can be found [here](https://github.com/roq-trading/roq-schema)
In particular, the Flatbuffers and SBE binary protocols are easy to integrate with any programming language.
(You will need to auto-generate encoding/decoding code using the schema definitions and the tools coming with Flatbuffers or SBE.)