-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Wasn't parsing preamble correctly - was using int not uint8_t
- Loading branch information
1 parent
04ba9ca
commit 29d758f
Showing
7 changed files
with
63 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
#name host port preamble postamble | ||
ccl4 fish.ccl4.org 23 42 81 81 | ||
nxtel nx.nxtel.org 23280 | ||
teefax pegasus.matrixnetwork.co.uk 6502 70 70 70 | ||
telstar-fast-1 glasstty.com 6502 255 253 3 42 57 48 95 95 | ||
telstar-fast-2 glasstty.com 6503 255 253 3 42 57 48 95 95 | ||
telstar-slow-1 glasstty.com 6502 42 57 48 95 95 | ||
telstar-slow-2 glasstty.com 6503 42 57 48 95 95 | ||
prestel demo viewdata.org.uk 6522 | ||
linkline demo viewdata.org.uk 6854 | ||
#name,host,port,preamble,postamble | ||
ccl4,fish.ccl4.org,23, ,42 81 81 | ||
nxtel,nx.nxtel.org,23280 | ||
teefax,pegasus.matrixnetwork.co.uk,6502, ,70 70 70 | ||
telstar-fast-1,glasstty.com,6502,255 253 3,42 57 48 95 95 | ||
telstar-fast-2,glasstty.com,6503,255 253 3,42 57 48 95 95 | ||
telstar-slow-1,glasstty.com,6502, ,42 57 48 95 95 | ||
telstar-slow-2,glasstty.com,6503, ,42 57 48 95 95 | ||
prestel demo,viewdata.org.uk,6522 | ||
linkline demo,viewdata.org.uk,6854 | ||
#offline for a long time | ||
ringworld rw1.m63.co.uk 23 | ||
ringworld,rw1.m63.co.uk,23 |