aboutsummaryrefslogtreecommitdiff
path: root/ffi
Commit message (Collapse)AuthorAgeFilesLines
* ouroboros: Add IRM wrapperDimitri Staessens3 days4-22/+432
| | | | | | | | | | | | | | | | | | | Add ouroboros.irm module wrapping the Ouroboros IRM C API, providing Python interfaces for IPCP lifecycle (create, destroy, bootstrap, enroll, connect), name management (create, destroy, register, list), and program/process binding. Split the monolithic CFFI build into separate _ouroboros_dev_cffi and _ouroboros_irm_cffi modules, each linking only its required library. Also includes: - ouroboros.cli module with higher-level wrappers mirroring CLI tools - FRCT flag support (set/get) in the Flow API - FlowPeer event type in FEventType - QoS defaults updated to match ouroboros source - Bug fixes: flow_set_snd_timeout typo, flow_set_flags calling convention, FlowSet name mangling, fqueue_type return type - .gitignore, copyright updates, version bump to 0.23.0
* ouroboros: Flow compatibility with O7s 0.220.22Dimitri Staessens2025-11-081-2/+0
| | | | | O7s 0.22 moved the cypher strength from QoS to the service name properties and removed QoS spec from the broadcast API (flow_join).
* ouroboros: Add support for flow timeout, O7s 0.190.19Dimitri Staessens2022-03-111-0/+1
|
* Initial commit: Basic Ouroboros API0.18Dimitri Staessens2020-05-162-0/+211
Signed-off-by: Dimitri Staessens <dimitri@ouroboros.rocks>