This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
dcprotocol [13/01/2013 15:45] ppk |
dcprotocol [21/01/2013 18:23] ppk |
||
---|---|---|---|
Line 2: | Line 2: | ||
===== Basic info ===== | ===== Basic info ===== | ||
- | [[http:// | + | [[http:// |
===== Protocol basics ===== | ===== Protocol basics ===== | ||
Line 18: | Line 18: | ||
* Protocol use [[http:// | * Protocol use [[http:// | ||
* Original software use these escape sequences: | * Original software use these escape sequences: | ||
- | - /%DCN000%/ (null character is not allowed by protocol). | + | - **/%DCN000%/** (null character is not allowed by protocol). |
- | - /%DCN005%/ (enquiry, used by some protocol commands). | + | - **/%DCN005%/** (enquiry, used by some protocol commands). |
- | - /%DCN036%/ ($, used by some commands). | + | - **/%DCN036%/** ($, used by some commands). |
- | - /%DCN096%/ (`). | + | - **/%DCN096%/** (`). |
- | - /%DCN124%/ (|, used as end of command). | + | - **/%DCN124%/** (|, used as end of command). |
- | - /%DCN126%/ (~). | + | - **/%DCN126%/** (~). |
- | * When DC++ use correctly original escape sequences for correct [[dcprotocol: | + | * When DC++ use correctly original escape sequences for correct [[dcprotocol: |
- | - $ ($, used by some commands). | + | - **$** ($, used by some commands). |
- | - | (|, used as end of command). | + | - **|** (|, used as end of command). |
- | - & (&). | + | - **&** (&). |
===== Protocol commands ===== | ===== Protocol commands ===== | ||
Line 33: | Line 33: | ||
[[dcprotocol: | [[dcprotocol: | ||
+ | ===== Protocol extensions ===== | ||
+ | [[dcprotocol: | ||
+ | |||
+ | ===== Links to original software ===== | ||
+ | [[http:// | ||
+ | [[http:// | ||
+ | [[http:// | ||
+ | |||
+ | [[http:// | ||
+ | [[http:// | ||