# ACBC ACBC is a parser and protocol implementation of the Kunos Simulazioni Broadcast API available in Assetto Corsa Competizione. This library is very much a work-in-progress and the `0.1.0` version should not be used for anything other than experimentation. ## License `acbc` is licensed under the GNU Affero General Public License, Version 3, or any later version. See [LICENSE](LICENSE) for more information. ### Contributing 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. ## References - A copy of the [example client implementation](https://github.com/angel-git/acc-broadcasting) is available on GitHub. - A [Go implementation](https://github.com/toonknapen/accbroadcastingsdk) inspired lots of the type names in this Crate, many thanks to the author!