Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/meow-chip/RouterSoftware
Software for MeowRouter
https://github.com/meow-chip/RouterSoftware
Last synced: 3 months ago
JSON representation
Software for MeowRouter
- Host: GitHub
- URL: https://github.com/meow-chip/RouterSoftware
- Owner: meow-chip
- License: mit
- Created: 2019-12-23T02:38:23.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-23T02:39:09.000Z (about 5 years ago)
- Last Synced: 2024-08-03T01:39:08.869Z (6 months ago)
- Language: Rust
- Size: 62.5 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
README
RouterSoftware
--------------> Warm kitty, soft kitty, little ball of fur.
This repository contains software source code for the [MeowRouter](https://github.com/meow-chip/MeowRouter).
## Authors
See `AUTHORS` file
## Build
In order to build the firmware, you will need to install the RISC-V toolchain, and rust nightly (with target `riscv64imac-unknown-none-elf` at least).
Then you can just:
```
cd firmware
make
```Then a `firmware.o` and an `firmware.bin` will be generated at your PWD, which is the ELF and the raw binary.
To show the disassembly, use:
```
make inspect | less
```## License
All code under this repository is released under the MIT license. See `LICENSE` file.