Skip to content

tvelev/gateway-rs

 
 

Repository files navigation

gateway-rs

Cross-compiling for OpenWRT 15.05, targeting RAK634 (aka MT7628N) hardware

  1. Install cargo cross

    ; cargo install cross
  2. Build

    ; cross build --release --target mipsel-unknown-linux-musl
  3. Copy gateway to the target machine

    ; scp target/mipsel-unknown-linux-musl/release/gateway user@target-machine:.
    

About

The Helium Light Gateway

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 94.9%
  • Shell 5.1%