Ein SDR-Projekt für IP-Datenübertragung auf dem 70cm-Band. Die Implementierung basiert auf Liquid-DSP.
Find a file
Thomas Kolb f686635837
All checks were successful
/ build-doc (push) Successful in 14s
/ deploy-doc (push) Successful in 9s
doc: automatic builds and deployment using Forgejo Actions
Actions run in a custom Docker image built by the scripts in `doc/docker`.
There are two jobs that run in sequence:

- `build-doc`: builds the documentation from the AsciiDoc sources.
- `deploy-doc`: Uploads the generated files to http://0fm.de
2024-08-27 21:10:30 +02:00
.forgejo/workflows doc: automatic builds and deployment using Forgejo Actions 2024-08-27 21:10:30 +02:00
doc doc: automatic builds and deployment using Forgejo Actions 2024-08-27 21:10:30 +02:00
impl connection: add state checks 2024-08-25 23:27:22 +02:00
cc-by-sa-4.0.txt Apply free software+documentation licenses 2024-08-23 11:53:40 +02:00
COPYING Apply free software+documentation licenses 2024-08-23 11:53:40 +02:00
gpl-3.0.txt Apply free software+documentation licenses 2024-08-23 11:53:40 +02:00
README.md Apply free software+documentation licenses 2024-08-23 11:53:40 +02:00

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. 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 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 is supported.

You can find the code in the impl directory.

Licenses

All code in the impl directory is licensed under the GPL v3+. The documentation is licensed under the Creative Commons Attribution-ShareAlike 4.0 license.

See COPYING for details.