ACBC is a parser and protocol implementation of the Kunos Simulazioni Broadcast API available in Assetto Corsa Competizione.
Minimum supported Rust version: 1.47
This library is very much a work-in-progress and the 0.1.0
version should not be used for anything
other than experimentation.
acbc
is licensed under the GNU Affero General Public License, Version 3, or any later version.
See LICENSE for more information.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, shall be licensed as above, without any additional terms or conditions.
- A copy of the example client implementation is available on GitHub.
- A Go implementation inspired lots of the type names in this Crate, many thanks to the author!