This commit is contained in:
Gerolf Ziegenhain 2015-02-15 12:19:02 +01:00
parent 49c9ff3dde
commit 086345063b

View File

@ -11,9 +11,7 @@ a [chat for iOS](http://pignology.net/cwwithme.html)
or a modulated CW over IP using Mumble ([iCW](https://sites.google.com/site/icwoip/)). or a modulated CW over IP using Mumble ([iCW](https://sites.google.com/site/icwoip/)).
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>.
Besides a variety of other approaches exist, for example an IRC plugin<ref>CWirc, Pierre-Philippe Coupard: http://myspace.voo.be/pcoupard/cwirc/</ref>, a JavaScript implementation<ref>Burak Kanber: http://morsecode.me</ref>, a bandwidth-eating UDP implementation<ref>Morse over IP, Hans Liss: http://hans.liss.pp.se/node/343</ref>, a chat for iOS<ref>CW with me (iOS), Nick Garner: http://pignology.net/cwwithme.html</ref> or a modulated CW over IP using Mumble<ref>iCW: https://sites.google.com/site/icwoip/</ref>.
# CWCom Protocol # CWCom Protocol
A number of different approaches for CW over IP exist. A number of different approaches for CW over IP exist.
@ -29,6 +27,8 @@ Both chat programs have been written for CW exclusively and are compatible<ref>R
An alternative implementation in C exists as well as a port to the ATMEL AVR Microcontroller. An alternative implementation in C exists as well as a port to the ATMEL AVR Microcontroller.
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>.
# What is IRMC? # What is IRMC?
IRMC stands for Internet Relay Morse Code. IRMC stands for Internet Relay Morse Code.
@ -46,11 +46,14 @@ You can try out the software in a [browser](http://kob.sdf.org/morsekob/morsekob
## Client Software ## Client Software
| Left-Aligned | Center Aligned | Right Aligned | | Architecture | Name | Link |
| :------------ |:---------------:| -----:| | :------------ |:---------------: | :----- |
| col 3 is | some wordy text | $1600 | | Windows | MorseKOB 2.5 | [MorseKOB 2.5](http://kob.sdf.org/morsekob/morsekob25/index.htm) |
| col 2 is | centered | $12 | | Windows, OSX, Linux | MorseKOB 3.0 | [MorseKOB 3.0](http://kob.sdf.org/morsekob/morsekob30/index.htm) |
| zebra stripes | are neat | $1 | | Linux | IRMC | [IRMC](https://github.com/8cH9azbsFifZ/irmc) |
| Arduino | are neat | https://github.com/8cH9azbsFifZ/irmc-avr |
| iOS | irmc-ios | https://github.com/8cH9azbsFifZ/irmc-ios |
| iOS | | https://github.com/8cH9azbsFifZ/ble-morse |
## Servers ## Servers
@ -60,14 +63,6 @@ You can try out the software in a [browser](http://kob.sdf.org/morsekob/morsekob
| MRX CWCom | morsecode.dyndns.org | 7890 | [Activity](http://morsecode.dyndns.org) | | MRX CWCom | morsecode.dyndns.org | 7890 | [Activity](http://morsecode.dyndns.org) |
*
* 7890
* 7890
A current list of servers if provided on the [MorseKOB Website](http://mtc-kob.dyndns.org).
# References # References