Skip to main content
Sign in
Snippets Groups Projects
Select Git revision
  • 38079b77057f2b908eb3a70f41db46a7acf933d1
  • master default
2 results

README.md

Blame
  • README.md 442 B

    XoAP (NOT WORKING YET)

    MIT licensed

    CoAp for embedded systems in Rust.

    Based on coap by Covertness

    Installation

    First add this to your Cargo.toml:

    [dependencies.xoap]
    version = "0.1.0"
    git = "https://github.com/Shawnshank/xoap"

    Then, add this to your crate root:

    extern crate xoap;