2015-02-15 05:42:12 -05:00
MoIP - Morse over IP
====================
2015-02-15 05:49:54 -05:00
In analogy to voice over ip (voip) we can also do morse code over ip (moip).
2015-02-15 06:01:50 -05:00
A number of different approaches for CW over IP exist. Here we describe the
well-establised CWCom protocol.
2015-02-15 05:42:12 -05:00
Besides a variety of other approaches exist, for example an IRC
plugin ([CWirc](http://myspace.voo.be/pcoupard/cwirc/)),
a [JavaScript implementation ](http://morsecode.me ),
a [bandwidth-eating UDP implementation ](http://hans.liss.pp.se/node/343 ),
a [chat for iOS ](http://pignology.net/cwwithme.html )
or a modulated CW over IP using Mumble ([iCW](https://sites.google.com/site/icwoip/)).
2015-02-15 05:53:40 -05:00
2015-02-15 06:37:23 -05:00
![MOIP ](/img/kob.jpg?raw=true "MOIP" )
2015-02-15 05:53:40 -05:00
# CWCom Protocol
2015-02-15 05:49:54 -05:00
A number of different approaches for CW over IP exist.
2015-02-15 06:40:13 -05:00
An early implementation has been the CWCom protocol,
which has been the basis for Morse KOB, a ready-to-use software.
2015-02-15 05:49:54 -05:00
2015-02-15 06:01:50 -05:00
## CWCom Servers
2015-02-15 06:45:15 -05:00
![Architecture ](/img/architecture.png?raw=true "Architecture" )
2015-02-15 06:44:24 -05:00
2015-02-15 06:40:13 -05:00
Server software:
> Bob Denny - http://morse-rss-news.sourceforge.net/
Relay Server:
* Relay server for CW communicator and morse KOB: http://morsecode.dc3.com:7890
* Sources for the Relay Server: http://sourceforge.net/projects/morse-rss-news/
2015-02-15 06:01:50 -05:00
## CWCom Clients
Both chat programs have been written for CW exclusively and are compatible< ref > Relay server for CW communicator and morse KOB: http://morsecode.dc3.com:7890< / ref > < ref > Sources for the Relay Server: http://sourceforge.net/projects/morse-rss-news/< / ref > .
An alternative implementation in C exists as well as a port to the ATMEL AVR Microcontroller.
2015-02-15 06:19:02 -05:00
An alternative implementation in C exists< ref > IRMC (Morse KOB): http://fernski.blogspot.de/2013/03/internet-relay-morsecode.html< / ref > as well as a port to the ATMEL AVR Microcontroller< ref > MorseKOB for AT Mega: http://fernski.blogspot.de/2013/05/sending-morsecode-via-atmega.html< / ref > .
2015-02-15 05:49:54 -05:00
2015-02-15 05:53:40 -05:00
# What is IRMC?
IRMC stands for Internet Relay Morse Code.
It implements the [CWCom protocol ](/doc/cwcom.pdf?raw=true )
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.
2015-02-15 05:49:18 -05:00
2015-02-15 05:42:12 -05:00
2015-02-15 06:01:50 -05:00
# How to use?
2015-02-15 05:42:12 -05:00
2015-02-15 06:01:50 -05:00
## Client Software
2015-02-15 05:42:12 -05:00
2015-02-15 06:34:50 -05:00
| Architecture | Name | License | Comment |
| :------------ |:------------ | :----- | :------ |
2015-02-15 06:43:53 -05:00
| Windows | [MorseKOB 2.5 ](http://kob.sdf.org/morsekob/morsekob25/index.htm ) | ? | Original MorseKOB Software by Less Kerr. [Source Code ](https://sites.google.com/site/morsekob/morsekob25 ) |
2015-02-15 06:40:13 -05:00
| Browser | [MorseKOB 3.0 ](http://kob.sdf.org/morsekob/morsekob30/index.htm ) | ? | Java implementation of MorseKOB by Less Kerr |
2015-02-15 06:43:53 -05:00
| Linux (Python) | [MorseKOB 4.0 ](https://sites.google.com/site/morsekob/morsekob40 ) | ? | Python port to Raspi by Les Kerr |
2015-02-15 06:34:50 -05:00
| Linux, OSX, BSD | [IRMC ](https://github.com/8cH9azbsFifZ/irmc ) | GPL | C implementation of morsekob|
| Arduino | [irmc-avr ](https://github.com/8cH9azbsFifZ/irmc-avr ) | GPL | arduino port|
| iOS | [irmc-ios ](https://github.com/8cH9azbsFifZ/irmc-ios ) | GPL | ios port|
| iOS & ext key | [ble-morse ](https://github.com/8cH9azbsFifZ/ble-morse ) | GPL | external interface with ble for ios |
2015-02-15 06:44:48 -05:00
| Windows | [CWCom ](http://www.mrx.com.au/d_cwcom.htm ) | Closed Source | original cwcom software by John Samin |
2015-02-15 06:40:13 -05:00
2015-02-15 05:42:12 -05:00
2015-02-15 06:01:50 -05:00
## Servers
2015-02-15 06:07:52 -05:00
| Network | Server | Port | Activity |
2015-02-15 06:06:21 -05:00
| :------------ | ---------------: | :---- | :------- |
2015-02-15 06:08:53 -05:00
| MorseKOB | faeroes.sdf.org, mtc-kob.dyndns.org | 7890 | [Info ](http://mtc-kob.dyndns.org/info.html ) [Activity ](http://mtc-kob.dyndns.org ) |
| MRX CWCom | morsecode.dyndns.org | 7890 | [Activity ](http://morsecode.dyndns.org ) |
2015-02-15 06:04:45 -05:00
2015-02-15 05:42:12 -05:00
# References
* Morse KOB, Les Kerr: https://sites.google.com/site/morsekob/ and http://kob.sdf.org/morsekob/
2015-02-15 06:44:48 -05:00
* CWCom, John Samin (VK1EME): http://www.mrx.com.au/
2015-02-15 05:42:12 -05:00