An open API service indexing awesome lists of open source software.

https://github.com/sciguy16/cmri

Rust implementation of the C/MRI protocol
https://github.com/sciguy16/cmri

cmri jmri proxy raspberry-pi raspberry-pi-4 rs485 rust

Last synced: 2 months ago
JSON representation

Rust implementation of the C/MRI protocol

Awesome Lists containing this project

README

          

# cmri

![Build](https://github.com/sciguy16/cmri/workflows/Build/badge.svg?branch=main)

Implementation of C/MRI in Rust, with support for `no_std` and arduino.

## Usage
```rust
// todo
```

## License

Licensed under either of

* Apache License, Version 2.0
([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
* MIT license
([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)

at your option.

## Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you, as defined in the Apache-2.0 license, shall be
dual licensed as above, without any additional terms or conditions.