Ein SDR-Projekt für IP-Datenübertragung auf dem 70cm-Band. Die Implementierung basiert auf Liquid-DSP.
Find a file
Thomas Kolb d77f4d4498
All checks were successful
/ build-hamnet70 (push) Successful in 33s
/ build-doc (push) Successful in 19s
/ deploy-doc (push) Has been skipped
Multiple fixes in packet handling
- add and handle layer 2 packet type correctly in data packets
- don't produce garbage packets if a packet could not be decoded or was not a
  data packet
- handle beacon/connection request/connection parameters handshake
- digipeater cycle timeout does not reset beacon timer anymore. This prevented
  any beacon transmission.
- Reset the connection timeout when empty packets are received
2024-12-15 22:29:47 +01:00
.forgejo/workflows workflows: use latest version of asciidoctor container 2024-10-24 21:20:12 +02:00
ci/docker ci/docker: add graphviz to documentation build container 2024-09-22 14:31:33 +02:00
doc doc: document connectionless frame type 2024-10-25 20:36:34 +02:00
impl Multiple fixes in packet handling 2024-12-15 22:29:47 +01: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.