Morse over IP
Go to file
Gerolf Ziegenhain 4a32598bb3 link to website 2015-04-30 00:31:33 +02:00
doc download from http://kob.sdf.org/morsekob/docs/cwcom.pdf 2015-02-15 11:49:18 +01:00
img download from https://sites.google.com/site/morsekob/server 2015-02-15 12:43:53 +01:00
lib/rxtx_java moved 2015-02-16 18:43:55 +01:00
LICENSE.txt Add LICENSE file via addalicense.com 2015-01-31 18:15:46 +01:00
README.md link to website 2015-04-30 00:31:33 +02:00

README.md

MoIP - Morse over IP

Go to the website: http://8ch9azbsfifz.github.io/moip/

In analogy to voice over ip (voip) we can also do morse code over ip (moip). A number of different approaches for CW over IP exist. Here we describe the well-establised CWCom protocol (since 1998). Besides a variety of other approaches exist, for example an IRC plugin (CWirc), a JavaScript implementation, a bandwidth-eating UDP implementation, a chat for iOS or a modulated CW over IP using Mumble (iCW).

MOIP

CWCom Protocol

The CWCom protocol (cw communicator) is an effective method for transmitting morse code signals as UDP packets over IP.

CWCom Servers

The clients will connect to one of the servers using the CWCom protocol. Architecture The source code for a server on a Raspi can be found here.

Compatibility

The original CWCom protocol has been extended for MorseKOB, as landline telegraphy uses closed circuits (latching). There are mainly two server types for moip (see below): the original CWCom server and the MorseKOB server. Both servers are compatible using a relay server written by Bob Denny (source code).

How to use?

Client Software

| Architecture | Name | License | Comment | | :------------ |:------------ | :----- | :------ |  | Windows | MorseKOB 2.5 | ? | Original MorseKOB Software by Les Kerr. Source Code | | Browser | MorseKOB 3.0 | ? | Java implementation of MorseKOB by Les Kerr | | Linux (Python) | MorseKOB 4.0 1| ? | Python port to Raspi by Les Kerr | | Linux, OSX, BSD | IRMC | GPL | C implementation of morsekob| | Arduino | irmc-avr | GPL | arduino port| | iOS | irmc-ios | GPL | ios port with support for external key using bluetooth ble-morse | | Windows | CWCom | Closed Source | original cwcom software by John Samin |

Servers

Network Server Port Activity
MorseKOB faeroes.sdf.org, mtc-kob.dyndns.org 7890 Info Activity
MRX CWCom morsecode.dyndns.org 7890 Activity
Relay Server N/A N/A Activity

References