Skip to content

Commit 1f2a5cf

Browse files
committed
FX.25
1 parent f08ed51 commit 1f2a5cf

35 files changed

+3693
-306
lines changed

CHANGES.md

+16-2
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,19 @@
55
## Version 1.6 -- Under Development ##
66

77

8-
### Bugs Fixed: ###
8+
### New Build Procedure: ###
9+
10+
11+
- Rather than trying to keep a bunch of different platform specific Makefiles in sync, "cmake" is now used for greater portability and easier maintenance.
912

10-
- Proper counting of frames in transmit queue for AGW protocol 'Y' command.
1113

1214

1315

1416
### New Features: ###
1517

1618

19+
- "-X" option enables FX.25 transmission. FX.25 reception is always enabled so you don't need to do anything special.
20+
1721
- "-t" option now accepts more values to accommodate inconsistent handling of text color control codes by different terminal emulators. The default, 1, should work with most modern terminal types. If the colors are not right, try "-t 9" to see the result of the different choices and pick the best one. If none of them look right, file a bug report and specify: operating system version (e.g. Raspbian Buster), terminal emulator type and version (e.g. LXTerminal 0.3.2). Include a screen capture.
1822

1923

@@ -27,10 +31,20 @@
2731

2832

2933

34+
### Bugs Fixed: ###
35+
36+
- Proper counting of frames in transmit queue for AGW protocol 'Y' command.
37+
38+
39+
3040
### New Documentation: ###
3141

42+
- ***AX.25 + FEC = FX.25***
43+
3244
- ***AX.25 Throughput: Why is 9600 bps Packet Radio only twice as fast as 1200?***
3345

46+
- [***Ham Radio of Things - IoT over Ham Radio***](https://github.com/wb2osz/hrot)
47+
3448
- Power Point slide show in separate repository. [https://github.com/wb2osz/direwolf-presentation ](https://github.com/wb2osz/direwolf-presentation)
3549

3650

README.md

+11-3
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@ Why settle for mediocre receive performance from a 1980's technology TNC using
99

1010
![](tnc-test-cd-results.png)
1111

12-
12+
Dire Wolf now includes [FX.25](https://en.wikipedia.org/wiki/FX.25_Forward_Error_Correction/) which adds Forward Error Correction (FEC) in a way that is completely compatible with existing systems. If both ends are capable of FX.25, your information will continue to get through under conditions where regular AX.25 is completely useless.
13+
14+
![](fx25.png)
15+
1316
Dire Wolf is a modern software replacement for the old 1980's style TNC built with special hardware.
1417

1518
Without any additional software, it can perform as:
@@ -20,7 +23,7 @@ Without any additional software, it can perform as:
2023
- [APRStt](http://www.aprs.org/aprstt.html) gateway
2124

2225

23-
It can also be used as a virtual TNC for other applications such as [APRSIS32](http://aprsisce.wikidot.com/), [UI-View32](http://www.ui-view.net/), [Xastir](http://xastir.org/index.php/Main_Page), [APRS-TW](http://aprstw.blandranch.net/), [YAAC](http://www.ka2ddo.org/ka2ddo/YAAC.html), [UISS](http://users.belgacom.net/hamradio/uiss.htm), [Linux AX25](http://www.linux-ax25.org/wiki/Main_Page), [SARTrack](http://www.sartrack.co.nz/index.html), [Winlink Express (formerly known as RMS Express, formerly known as Winlink 2000 or WL2K)](http://www.winlink.org/RMSExpress), [BPQ32](http://www.cantab.net/users/john.wiseman/Documents/BPQ32.html), [Outpost PM](http://www.outpostpm.org/), and many others.
26+
It can also be used as a virtual TNC for other applications such as [APRSIS32](http://aprsisce.wikidot.com/), [UI-View32](http://www.ui-view.net/), [Xastir](http://xastir.org/index.php/Main_Page), [APRS-TW](http://aprstw.blandranch.net/), [YAAC](http://www.ka2ddo.org/ka2ddo/YAAC.html), [UISS](http://users.belgacom.net/hamradio/uiss.htm), [Linux AX25](http://www.linux-ax25.org/wiki/Main_Page), [SARTrack](http://www.sartrack.co.nz/index.html), [Winlink Express (formerly known as RMS Express, formerly known as Winlink 2000 or WL2K)](http://www.winlink.org/RMSExpress), [BPQ32](http://www.cantab.net/users/john.wiseman/Documents/BPQ32.html), [Outpost PM](http://www.outpostpm.org/), [Ham Radio of Things](https://github.com/wb2osz/hrot), and many others.
2427

2528

2629
## Features & Benefits ##
@@ -48,6 +51,11 @@ It can also be used as a virtual TNC for other applications such as [APRSIS32](h
4851

4952
IGate stations allow communication between disjoint radio networks by allowing some content to flow between them over the Internet.
5053

54+
- **Ham Radio of Things.**
55+
56+
There have been occasional mentions of merging Ham Radio with the Internet of Things but only ad hoc incompatible narrowly focused applications. Here is a proposal for a standardized more flexible method so different systems can communicate with each other.
57+
58+
[Ham Radio of Things - IoT over Ham Radio](https://github.com/wb2osz/hrot)
5159

5260
- **AX.25 v2.2 Link Layer.**
5361

@@ -63,7 +71,7 @@ It can also be used as a virtual TNC for other applications such as [APRSIS32](h
6371

6472
Lower cost and better performance than specialized hardware.
6573

66-
Compatible interfaces include [UDRC](https://nw-digital-radio.groups.io/g/udrc/wiki/UDRC%E2%84%A2-and-Direwolf-Packet-Modem), [SignaLink USB](http://www.tigertronics.com/slusbmain.htm), [DMK URI](http://www.dmkeng.com/URI_Order_Page.htm), [RB-USB RIM](http://www.repeater-builder.com/products/usb-rim-lite.html), [RA-35](http://www.masterscommunications.com/products/radio-adapter/ra35.html), and many others.
74+
Compatible interfaces include [DRAWS](http://nwdigitalradio.com/draws/), [UDRC](https://nw-digital-radio.groups.io/g/udrc/wiki/UDRC%E2%84%A2-and-Direwolf-Packet-Modem), [SignaLink USB](http://www.tigertronics.com/slusbmain.htm), [DMK URI](http://www.dmkeng.com/URI_Order_Page.htm), [RB-USB RIM](http://www.repeater-builder.com/products/usb-rim-lite.html), [RA-35](http://www.masterscommunications.com/products/radio-adapter/ra35.html), [DINAH](https://hamprojects.info/dinah/), [SHARI](https://hamprojects.info/shari/), and many others.
6775

6876

6977

doc/AX25_plus_FEC_equals_FX25.pdf

782 KB
Binary file not shown.

doc/CMakeLists.txt

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ install(FILES "${CUSTOM_DOC_DIR}/APRS-Telemetry-Toolkit.pdf" DESTINATION ${INSTA
88
install(FILES "${CUSTOM_DOC_DIR}/APRStt-Implementation-Notes.pdf" DESTINATION ${INSTALL_DOC_DIR})
99
install(FILES "${CUSTOM_DOC_DIR}/APRStt-interface-for-SARTrack.pdf" DESTINATION ${INSTALL_DOC_DIR})
1010
install(FILES "${CUSTOM_DOC_DIR}/APRStt-Listening-Example.pdf" DESTINATION ${INSTALL_DOC_DIR})
11+
install(FILES "${CUSTOM_DOC_DIR}/AX25_plus_FEC_equals_FX25.pdf" DESTINATION ${INSTALL_DOC_DIR})
1112
install(FILES "${CUSTOM_DOC_DIR}/Bluetooth-KISS-TNC.pdf" DESTINATION ${INSTALL_DOC_DIR})
1213
install(FILES "${CUSTOM_DOC_DIR}/Going-beyond-9600-baud.pdf" DESTINATION ${INSTALL_DOC_DIR})
1314
install(FILES "${CUSTOM_DOC_DIR}/Raspberry-Pi-APRS.pdf" DESTINATION ${INSTALL_DOC_DIR})
@@ -16,3 +17,4 @@ install(FILES "${CUSTOM_DOC_DIR}/Raspberry-Pi-SDR-IGate.pdf" DESTINATION ${INSTA
1617
install(FILES "${CUSTOM_DOC_DIR}/Successful-APRS-IGate-Operation.pdf" DESTINATION ${INSTALL_DOC_DIR})
1718
install(FILES "${CUSTOM_DOC_DIR}/User-Guide.pdf" DESTINATION ${INSTALL_DOC_DIR})
1819
install(FILES "${CUSTOM_DOC_DIR}/WA8LMF-TNC-Test-CD-Results.pdf" DESTINATION ${INSTALL_DOC_DIR})
20+
install(FILES "${CUSTOM_DOC_DIR}/Why-is-9600-only-twice-as-fast-as-1200.pdf" DESTINATION ${INSTALL_DOC_DIR})

doc/README.md

+8
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,14 @@ Brief summary of packet radio / APRS history and the capbilities of Dire Wolf.
2727
These dive into more detail for specialized topics or typical usage scenarios.
2828

2929

30+
31+
- [**AX.25 + FEC = FX.25**](AX25_plus_FEC_equals_FX25.pdf) [ [*download*](../../../raw/dev/doc/AX25_plus_FEC_equals_FX25.pdf) ]
32+
33+
What can you do if your radio signal isn’t quite strong enough to get through reliably? Move to higher ground? Get a better antenna? More power? Use very narrow bandwidth and very slow data?
34+
35+
Sometimes those are not options. Another way to improve communication reliability is to add redundant information so the message will still get through even if small parts are missing. FX.25 adds forward error correction (FEC) which maintaining complete compatibility with older equipment.
36+
37+
3038
- [**AX.25 Throughput: Why is 9600 bps Packet Radio only twice as fast as 1200?**](Why-is-9600-only-twice-as-fast-as-1200.pdf) [ [*download*](../../../raw/dev/doc/Why-is-9600-only-twice-as-fast-as-1200.pdf) ]
3139

3240
Simply switching to a higher data rate will probably result in great disappointment. You might expect it to be 8 times faster but it can turn out to be only twice as fast.

fx25.png

23 KB
Loading

src/CMakeLists.txt

+39
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@ list(APPEND direwolf_SOURCES
4444
encode_aprs.c
4545
fcs_calc.c
4646
fcs_calc.c
47+
fx25_encode.c
48+
fx25_extract.c
49+
fx25_init.c
50+
fx25_rec.c
51+
fx25_send.c
4752
gen_tone.c
4853
hdlc_rec.c
4954
hdlc_rec2.c
@@ -257,6 +262,9 @@ target_link_libraries(log2gpx
257262
list(APPEND gen_packets_SOURCES
258263
gen_packets.c
259264
ax25_pad.c
265+
fx25_encode.c
266+
fx25_init.c
267+
fx25_send.c
260268
hdlc_send.c
261269
fcs_calc.c
262270
gen_tone.c
@@ -284,6 +292,9 @@ list(APPEND atest_SOURCES
284292
demod_psk.c
285293
demod_9600.c
286294
dsp.c
295+
fx25_extract.c
296+
fx25_init.c
297+
fx25_rec.c
287298
hdlc_rec.c
288299
hdlc_rec2.c
289300
multi_modem.c
@@ -426,6 +437,33 @@ if(WIN32 OR CYGWIN)
426437
target_link_libraries(ttcalc ws2_32)
427438
endif()
428439

440+
441+
# Sample for packet radio server application.
442+
# appserver
443+
list(APPEND appserver_SOURCES
444+
appserver.c
445+
agwlib.c
446+
dwsock.c
447+
dtime_now.c
448+
ax25_pad.c
449+
fcs_calc.c
450+
textcolor.c
451+
)
452+
453+
add_executable(appserver
454+
${appserver_SOURCES}
455+
)
456+
457+
target_link_libraries(appserver
458+
${MISC_LIBRARIES}
459+
Threads::Threads
460+
)
461+
462+
if(WIN32 OR CYGWIN)
463+
target_link_libraries(appserver ws2_32)
464+
endif()
465+
466+
429467
install(TARGETS direwolf DESTINATION ${INSTALL_BIN_DIR})
430468
install(TARGETS decode_aprs DESTINATION ${INSTALL_BIN_DIR})
431469
install(TARGETS text2tt DESTINATION ${INSTALL_BIN_DIR})
@@ -438,6 +476,7 @@ install(TARGETS gen_packets DESTINATION ${INSTALL_BIN_DIR})
438476
install(TARGETS atest DESTINATION ${INSTALL_BIN_DIR})
439477
install(TARGETS ttcalc DESTINATION ${INSTALL_BIN_DIR})
440478
install(TARGETS kissutil DESTINATION ${INSTALL_BIN_DIR})
479+
install(TARGETS appserver DESTINATION ${INSTALL_BIN_DIR})
441480
if(UDEV_FOUND)
442481
install(TARGETS cm108 DESTINATION ${INSTALL_BIN_DIR})
443482
endif()

0 commit comments

Comments
 (0)