wip
This commit is contained in:
parent
527da86825
commit
7fa6de877c
34
README.md
34
README.md
@ -16,12 +16,19 @@ or a modulated CW over IP using Mumble ([iCW](https://sites.google.com/site/icwo
|
|||||||
|
|
||||||
# CWCom Protocol
|
# CWCom Protocol
|
||||||
A number of different approaches for CW over IP exist.
|
A number of different approaches for CW over IP exist.
|
||||||
An early implementation has been the CWCom protocol<ref>CWCom, : http://www.mrx.com.au/d_cwcom.htm</ref>,
|
An early implementation has been the CWCom protocol,
|
||||||
which has been the basis for Morse KOB<ref>Morse KOB, Less Kerr: http://kob.sdf.org/morsekob/</ref>
|
which has been the basis for Morse KOB, a ready-to-use software.
|
||||||
<ref>Morse KOB 4.0, Less Kerr: https://sites.google.com/site/morsekob/</ref>,
|
|
||||||
a ready-to-use software.
|
|
||||||
|
|
||||||
## CWCom Servers
|
## CWCom Servers
|
||||||
|
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/
|
||||||
|
|
||||||
|
|
||||||
## CWCom Clients
|
## 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>.
|
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>.
|
||||||
@ -48,14 +55,16 @@ You can try out the software in a [browser](http://kob.sdf.org/morsekob/morsekob
|
|||||||
|
|
||||||
| Architecture | Name | License | Comment |
|
| Architecture | Name | License | Comment |
|
||||||
| :------------ |:------------ | :----- | :------ |
|
| :------------ |:------------ | :----- | :------ |
|
||||||
| Windows | [MorseKOB 2.5](http://kob.sdf.org/morsekob/morsekob25/index.htm) | ? | Original MorseKOB Software |
|
| Windows | [MorseKOB 2.5](http://kob.sdf.org/morsekob/morsekob25/index.htm) | ? | Original MorseKOB Software by Less Kerr |
|
||||||
| Browser | [MorseKOB 3.0](http://kob.sdf.org/morsekob/morsekob30/index.htm) | ? | Java implementation of MorseKOB |
|
| Browser | [MorseKOB 3.0](http://kob.sdf.org/morsekob/morsekob30/index.htm) | ? | Java implementation of MorseKOB by Less Kerr |
|
||||||
| Linux, OSX, BSD | [IRMC](https://github.com/8cH9azbsFifZ/irmc) | GPL | C implementation of morsekob|
|
| 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|
|
| 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 | [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 |
|
| iOS & ext key | [ble-morse](https://github.com/8cH9azbsFifZ/ble-morse) | GPL | external interface with ble for ios |
|
||||||
| Windows | [CWCom](http://www.mrx.com.au/d_cwcom.htm) | Closed Source | original cwcom software by John Samin (VK1EME)|
|
| Windows | [CWCom](http://www.mrx.com.au/d_cwcom.htm) | Closed Source | original cwcom software by John Samin (VK1EME)|
|
||||||
|
|
||||||
|
<ref>Morse KOB 4.0, Less Kerr: https://sites.google.com/site/morsekob/</ref>,
|
||||||
|
|
||||||
|
|
||||||
## Servers
|
## Servers
|
||||||
| Network | Server | Port | Activity |
|
| Network | Server | Port | Activity |
|
||||||
@ -65,17 +74,6 @@ You can try out the software in a [browser](http://kob.sdf.org/morsekob/morsekob
|
|||||||
|
|
||||||
|
|
||||||
# References
|
# References
|
||||||
|
|
||||||
|
|
||||||
> 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/
|
* 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
|
* CWCom, John Samin: http://www.mrx.com.au/
|
||||||
* Sources for the Relay Server: http://sourceforge.net/projects/morse-rss-news/
|
|
||||||
* MorseKOB for AT Mega, Fernan Bolando (): http://fernski.blogspot.de/2013/05/sending-morsecode-via-atmega.html
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user