35 lines
3.1 KiB
HTML
35 lines
3.1 KiB
HTML
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Blinkenlights Network Protocol</title><meta name="generator" content="DocBook XSL Stylesheets V1.64.1"><link rel="home" href="index.html" title="BLib Reference Manual"><link rel="up" href="index.html" title="BLib Reference Manual"><link rel="previous" href="BMoviePlayer.html" title="BMoviePlayer"><link rel="next" href="blib-BProtocol.html" title="BProtocol"><meta name="generator" content="GTK-Doc V1.1 (XML mode)"><style type="text/css">
|
||
.synopsis, .classsynopsis {
|
||
background: #eeeeee;
|
||
border: solid 1px #aaaaaa;
|
||
padding: 0.5em;
|
||
}
|
||
.programlisting {
|
||
background: #eeeeff;
|
||
border: solid 1px #aaaaff;
|
||
padding: 0.5em;
|
||
}
|
||
.variablelist {
|
||
padding: 4px;
|
||
margin-left: 3em;
|
||
}
|
||
.navigation {
|
||
background: #ffeeee;
|
||
border: solid 1px #ffaaaa;
|
||
margin-top: 0.5em;
|
||
margin-bottom: 0.5em;
|
||
}
|
||
.navigation a {
|
||
color: #770000;
|
||
}
|
||
.navigation a:visited {
|
||
color: #550000;
|
||
}
|
||
.navigation .title {
|
||
font-size: 200%;
|
||
}
|
||
</style></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle"><td><a accesskey="p" href="BMoviePlayer.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td><td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td><th width="100%" align="center">BLib Reference Manual</th><td><a accesskey="n" href="blib-BProtocol.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td></tr></table><div class="chapter" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="blib-network"></a>Blinkenlights Network Protocol</h2></div></div><div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><a href="blib-BProtocol.html">BProtocol</a> - definiton of the Blinkenlights Network Protocol</dt><dt><a href="blib-BPacket.html">BPacket</a> - the UDP packet used to transport a single frame</dt><dt><a href="BProxyClient.html">BProxyClient</a> - </dt><dt><a href="BProxyServer.html">BProxyServer</a> - </dt><dt><a href="BReceiver.html">BReceiver</a> - receives Blinkenlights packets</dt><dt><a href="BSender.html">BSender</a> - sends Blinkenlights packets</dt><dt><a href="blib-bsocket.html">bsocket</a> - </dt></dl></div><p>
|
||
Support for speaking the Blinkenlights Network Protocol, a
|
||
simple UDP protocol layer.
|
||
</p></div><table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle"><td align="left"><a accesskey="p" href="BMoviePlayer.html"><b><<<EFBFBD>BMoviePlayer</b></a></td><td align="right"><a accesskey="n" href="blib-BProtocol.html"><b>BProtocol<EFBFBD>>></b></a></td></tr></table></body></html>
|