moip/README.md

84 lines
3.9 KiB
Markdown
Raw Normal View History

2015-02-15 10:42:12 +00:00
MoIP - Morse over IP
====================
2015-02-15 10:49:54 +00:00
In analogy to voice over ip (voip) we can also do morse code over ip (moip).
2015-02-15 11:01:50 +00:00
A number of different approaches for CW over IP exist. Here we describe the
well-establised CWCom protocol.
2015-02-15 10:42:12 +00: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 10:53:40 +00:00
# CWCom Protocol
2015-02-15 10:49:54 +00:00
A number of different approaches for CW over IP exist.
An early implementation has been the CWCom protocol<ref>CWCom, John Samin (VK1EME): http://www.mrx.com.au/d_cwcom.htm</ref>,
which has been the basis for Morse KOB<ref>Morse KOB, Less Kerr: http://kob.sdf.org/morsekob/</ref>
<ref>Morse KOB 4.0, Less Kerr: https://sites.google.com/site/morsekob/</ref>,
a ready-to-use software.
2015-02-15 11:01:50 +00:00
## CWCom Servers
## 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 11:19:02 +00: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 10:49:54 +00:00
2015-02-15 10:53:40 +00: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 11:01:50 +00:00
![Hello World](/img/hello_morse.jpg?raw=true "Hello world")
2015-02-15 10:42:12 +00:00
2015-02-15 11:01:50 +00:00
# How to use?
2015-02-15 10:42:12 +00:00
2015-02-15 11:01:50 +00:00
## Client Software
2015-02-15 10:42:12 +00:00
2015-02-15 11:30:35 +00:00
| Architecture | Name | Authors | License | Link |
| :------------ |:------------ | :----- | :------ | :--- |
2015-02-15 11:31:13 +00:00
| 1 | 2 | 3 | 4 | 5 |
2015-02-15 11:30:02 +00:00
| Windows | MorseKOB 2.5 | Kerr | ? | [MorseKOB 2.5](http://kob.sdf.org/morsekob/morsekob25/index.htm) |
| Browser | MorseKOB 3.0 | Kerr | ? | [MorseKOB 3.0](http://kob.sdf.org/morsekob/morsekob30/index.htm) |
| Linux, OSX, BSD | IRMC | Bolando (VE4FEB) & Ziegenhain (DG6FL) | GPL | [IRMC](https://github.com/8cH9azbsFifZ/irmc) |
| Arduino | IRMC-AVR | Bolando (VE4FEB) & Ziegenhain (DG6FL) | GPL | [irmc-avr](https://github.com/8cH9azbsFifZ/irmc-avr) |
| iOS | irmc-ios | Ziegenhain (DG6FL) | GPL | [irmc-ios](https://github.com/8cH9azbsFifZ/irmc-ios) |
| iOS & ext key | ble-morse | Ziegenhain (DG6FL) | GPL | [ble-morse](https://github.com/8cH9azbsFifZ/ble-morse) |
| Windows | CWCom | Samin (VK1EME) | Closed Source | [CWCom](http://www.mrx.com.au/d_cwcom.htm) |
2015-02-15 10:42:12 +00:00
2015-02-15 11:01:50 +00:00
## Servers
2015-02-15 11:07:52 +00:00
| Network | Server | Port | Activity |
2015-02-15 11:06:21 +00:00
| :------------ | ---------------: | :---- | :------- |
2015-02-15 11:08:53 +00: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 11:04:45 +00:00
2015-02-15 10:42:12 +00:00
# References
2015-02-15 10:42:12 +00:00
> The following people have helped me a lot to learn the protocols and setting up test servers.
> Les Kerr - https://home.comcast.net/~morsekob/
> Bob Denny - http://morse-rss-news.sourceforge.net/
> John Samin - http://www.mrx.com.au/
* Morse KOB, Les Kerr: https://sites.google.com/site/morsekob/ and http://kob.sdf.org/morsekob/
* 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 11:26:44 +00:00
* MorseKOB for AT Mega, Fernan Bolando (): http://fernski.blogspot.de/2013/05/sending-morsecode-via-atmega.html
2015-02-15 10:42:12 +00:00