BBO BlinkenArea > Blinkenarea > BlinkenlightsProtokolle > BlinkenlightsProtocols > BlinkenIsdnProtocolEnglish BlinkenArea webs:
BlinkenArea | Main | TWiki | Sandbox | (Recycle Bin)
Blinkenarea . { Changes | Index | Search }

BlinkenArea.BlinkenIsdnProtocolEnglish
144 pixels ought to be enough for anybody


Home
Ziele
BlinkenArea
BlinkenLights

News
Presse
Links
Forum
MailList
Join

Audio,Video
Projekte
Protokolle
Dateiformate
Troia
bluebox

WTH
ICMP
CBCamp
CCCamp
CCCongress
EasterHack

Stats
Users
SiteMap
TWikiDoku
SiteTools
Translate
WebChanges

Impressum
Imprint

Datenschutzerklärung
Privacy Policy

RSS and Mail notification
powered by: [Powered by Eventphone]

BIP - Blinkenisdn protocol deutsch

The Blinkenisdn protocol was used in early days to transmit the current state of two ISDN lines over a network.

UDP packets of 2 bytes are sent periodically (e.g. every second) and additionally on every change. Each byte represents the current state of a ISDN line.

The format of the UDP packets simply is:

+--------------+--------------+
| line 1 state | line 2 state |
| 0xFF         | 0x00         |
+--------------+--------------+
  • line X state: a byte indicating the current state of the ISDN line X
    • 0x00: on hook
    • 0xFF: off hook, no key pressed
    • '0', ..., '9', '*', '#': the key currently pressed

The UDP port should be configurable at server and client side. The standard port is UDP 4242.

-- StefanSchuermans - 06 Jun 2004


EOF

Topic BlinkenIsdnProtocolEnglish . { Edit | Attach | Ref-By | Printable | Diffs | r1.2 | > | r1.1 | More }
Revision r1.2 - 06 Jun 2004 - 21:23 - StefanSchuermans
Parents: BlinkenlightsProtokolle > BlinkenlightsProtocols