Thomas Kolb
2e91fd7c42
All code is now licensed under GPLv3+. The documentation is licensed under CC BY-SA 4.0. This is now officially free software! \o/
24 lines
1.2 KiB
Markdown
24 lines
1.2 KiB
Markdown
# Hamnet70: IP-based Networking on the 70cm Amateur Radio Band
|
|
|
|
This project seeks to implement a wireless networking system that can transfer Internet Protocol (IP) packets at high speed.
|
|
In spirit, it is somewhere at the intersection of Packet Radio, Hamnet and Wireless LAN.
|
|
|
|
## Documentation
|
|
|
|
The documentation is written in AsciiDoc and can be found in the [`doc` directory](doc/). It describes the packet formats, used modulation and channel codes, timing and so on.
|
|
|
|
## Implementation
|
|
|
|
The project is implemented in C and uses the [liquid-dsp library](https://liquidsdr.org/) for large parts of the signal processing.
|
|
The whole modulation, synchronization and demodulation process is implemented in software.
|
|
This allows to use generic SDR hardware to transmit and receive packets.
|
|
Currently, only the [HackRF One](https://greatscottgadgets.com/hackrf/one/) is supported.
|
|
|
|
You can find the code in the [`impl` directory](impl/).
|
|
|
|
## Licenses
|
|
|
|
All code in the `impl` directory is licensed under the [GPL v3+](gpl-3.0.txt). The documentation is licensed under the [Creative Commons Attribution-ShareAlike 4.0](https://creativecommons.org/licenses/by-sa/4.0/) license.
|
|
|
|
See [COPYING](COPYING) for details.
|