High-level access to IL-2 FB Dedicated Server.
A Python library for high-level communications with IL-2 Sturmovik FB Dedicated Server. It provides interfaces of different services and parsers with their default implementation.
Primitive asynchronous interaction with server's console via TCP in telnet format was replaced by a service which provides an RPC-like style for managing missions flow, tracking user connections, chatting, gaining user's statistics, etc.
Interaction with server's DeviceLink interface via UDP was replaced by a corresponding service.
Manual reading of server's log was replaced by a service for continuous log reading and parsing of events.
The library provides opportunities for flexible and extremely rapid development of applications for interaction with IL-2 DS.
pip install il2fb-ds-middleware