From 49a033f9a306d5362db0366b90d3e2d31181d0ec Mon Sep 17 00:00:00 2001 From: Gerolf Ziegenhain Date: Wed, 8 Jul 2015 21:33:02 +0200 Subject: [PATCH 1/6] version description --- README.md | 22 ++-------------------- 1 file changed, 2 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index ba1c307..6e69a4f 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,8 @@ irmc - Internet Relay Morse Code ================================ - IRMC stands for Internet Relay Morse Code and is an implementation of [MOIP](https://github.com/8cH9azbsFifZ/moip). It implements the [CWCom protocol](http://kob.sdf.org/morsekob/docs/cwcom.pdf) as adopted by [MorseKOB](http://kob.sdf.org/morsekob/docs/history.pdf). -You can try out the software in a [browser](http://kob.sdf.org/morsekob/morsekob30/index.htm) using Java. - -![Screenshot on OSX](/doc/screenshot.png?raw=true "Screenshot") - # How to build? ## Install dependency: morse keyer library @@ -39,20 +34,7 @@ Compilation with make :) For the USB serial devices you need a PL2303 driver (i.e. [PL2303_Serial-USB_on_OSX_Lion.pkg](http://changux.co/osx-installer-to-pl2303-serial-usb-on-osx-lio/)). -## Testing -./irmc morsecode.dyndns.org 7890 2348 test - -Or you may want to use tcpdump, i.e.: -``` -sudo tcpdump -i all -vvvv "host faeroes.sdf.org" -``` - - -# How to use: -`./irmc -h` - - -## Hardware interface options +# Hardware interface options A good description on how to build different interfaces (telegraph key, sounder or both) is given on the [MorseKOB Website](http://kob.sdf.org/morsekob/interface.htm). Landline telegraphs use "closed circuits" for communications; if you have built one at home, @@ -63,7 +45,6 @@ Serial PIN: 4 & 6 [layout of pins](http://techpubs.sgi.com/library/dynaweb_docs/0650/SGI_Admin/books/MUX_IG/sgi_html/figures/4-2.serial.port.con.gif) Connecting the palm radio: keep an eye on the grounding :) - http://kob.sdf.org/morsekob/interface.htm#portpins RS232 DB9 Function DTR 4 Manual Key / paddle common @@ -74,6 +55,7 @@ Connecting the palm radio: keep an eye on the grounding :) # Changelog +* v0.3 [zip](https://github.com/8cH9azbsFifZ/irmc/archive/v0.3.zip) - commandline option cleanup * v0.2 [zip](https://github.com/8cH9azbsFifZ/irmc/archive/v0.2.zip) - ported to debian wheezy and osx yosemite, DG6FL * v0.1 [zip](https://github.com/8cH9azbsFifZ/irmc/archive/v0.1.zip) - original version, VE7FEB From 2d99d0debaec0620d2b8aafa3f0694c94cba0aa6 Mon Sep 17 00:00:00 2001 From: Gerolf Ziegenhain Date: Wed, 8 Jul 2015 21:34:26 +0200 Subject: [PATCH 2/6] table --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 6e69a4f..0a73d78 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,10 @@ Serial PIN: 4 & 6 [layout of pins](http://techpubs.sgi.com/library/dynaweb_docs/0650/SGI_Admin/books/MUX_IG/sgi_html/figures/4-2.serial.port.con.gif) Connecting the palm radio: keep an eye on the grounding :) + http://kob.sdf.org/morsekob/interface.htm#portpins + + RS232 DB9 Function DTR 4 Manual Key / paddle common DSR 6 Manual key / dot paddle From 594bb6006f2abd04772490b323c04f3305fcbc6a Mon Sep 17 00:00:00 2001 From: Gerolf Ziegenhain Date: Wed, 8 Jul 2015 21:35:25 +0200 Subject: [PATCH 3/6] table --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 0a73d78..4d4db29 100644 --- a/README.md +++ b/README.md @@ -45,10 +45,6 @@ Serial PIN: 4 & 6 [layout of pins](http://techpubs.sgi.com/library/dynaweb_docs/0650/SGI_Admin/books/MUX_IG/sgi_html/figures/4-2.serial.port.con.gif) Connecting the palm radio: keep an eye on the grounding :) - - http://kob.sdf.org/morsekob/interface.htm#portpins - - RS232 DB9 Function DTR 4 Manual Key / paddle common DSR 6 Manual key / dot paddle From c37c2b4a0dc0d57d2f094cf57d93f1ad364c1929 Mon Sep 17 00:00:00 2001 From: Gerolf Ziegenhain Date: Wed, 8 Jul 2015 21:37:29 +0200 Subject: [PATCH 4/6] table --- README.md | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 4d4db29..4630e09 100644 --- a/README.md +++ b/README.md @@ -45,12 +45,16 @@ Serial PIN: 4 & 6 [layout of pins](http://techpubs.sgi.com/library/dynaweb_docs/0650/SGI_Admin/books/MUX_IG/sgi_html/figures/4-2.serial.port.con.gif) Connecting the palm radio: keep an eye on the grounding :) - RS232 DB9 Function - DTR 4 Manual Key / paddle common - DSR 6 Manual key / dot paddle - CTS 8 Dash paddle - RTS 7 Sounder output - SG 5 Sounder ground +| Architecture | Name | License | Comment | +| :------------ |:------------ | :----- | :------ |  + +| RS232 | DB9 | Function | +| :-------- |:-------| :------ | +| DTR | 4 | Manual Key / paddle common| +| DSR | 6 | Manual key / dot paddle| +| CTS | 8 | Dash paddle| +| RTS | 7 | Sounder output| +| SG | 5 | Sounder ground| # Changelog From 51528cd34bc5b443ae6cb4e7ef41b4c0c0324d6c Mon Sep 17 00:00:00 2001 From: Gerolf Ziegenhain Date: Wed, 8 Jul 2015 21:37:48 +0200 Subject: [PATCH 5/6] table --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 4630e09..7c2f194 100644 --- a/README.md +++ b/README.md @@ -45,9 +45,6 @@ Serial PIN: 4 & 6 [layout of pins](http://techpubs.sgi.com/library/dynaweb_docs/0650/SGI_Admin/books/MUX_IG/sgi_html/figures/4-2.serial.port.con.gif) Connecting the palm radio: keep an eye on the grounding :) -| Architecture | Name | License | Comment | -| :------------ |:------------ | :----- | :------ |  - | RS232 | DB9 | Function | | :-------- |:-------| :------ | | DTR | 4 | Manual Key / paddle common| From a4eed203924717a2bb438089e9988d128a487b64 Mon Sep 17 00:00:00 2001 From: Gerolf Ziegenhain Date: Wed, 8 Jul 2015 21:38:58 +0200 Subject: [PATCH 6/6] pins --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 7c2f194..3492219 100644 --- a/README.md +++ b/README.md @@ -41,9 +41,7 @@ Landline telegraphs use "closed circuits" for communications; if you have built you may also use the [loop interface](http://kob.sdf.org/morsekob/docs/loopinterface.pdf). Connection of a morse key: -Serial PIN: 4 & 6 [layout of pins](http://techpubs.sgi.com/library/dynaweb_docs/0650/SGI_Admin/books/MUX_IG/sgi_html/figures/4-2.serial.port.con.gif) -Connecting the palm radio: keep an eye on the grounding :) | RS232 | DB9 | Function | | :-------- |:-------| :------ |