<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="http://jenda.hrach.eu/w/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://jenda.hrach.eu/w/feed.php">
        <title>wiki - kukuruku</title>
        <description></description>
        <link>http://jenda.hrach.eu/w/</link>
        <image rdf:resource="http://jenda.hrach.eu/w/_media/wiki/dokuwiki.svg" />
       <dc:date>2026-05-01T22:16:13+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://jenda.hrach.eu/w/kukuruku/arch?rev=1465090883&amp;do=diff"/>
                <rdf:li rdf:resource="http://jenda.hrach.eu/w/kukuruku/guide?rev=1526752723&amp;do=diff"/>
                <rdf:li rdf:resource="http://jenda.hrach.eu/w/kukuruku/protocol?rev=1468123118&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://jenda.hrach.eu/w/_media/wiki/dokuwiki.svg">
        <title>wiki</title>
        <link>http://jenda.hrach.eu/w/</link>
        <url>http://jenda.hrach.eu/w/_media/wiki/dokuwiki.svg</url>
    </image>
    <item rdf:about="http://jenda.hrach.eu/w/kukuruku/arch?rev=1465090883&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2016-06-05T01:41:23+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Program architecture</title>
        <link>http://jenda.hrach.eu/w/kukuruku/arch?rev=1465090883&amp;do=diff</link>
        <description>Program architecture

Server

A program written in C, reading samples from SDR and implementing the commands like “stream channel of a specified width at a given frequency” and “send me spectrum and histogram measurements”. The server was intended to be simple and with low performance demands, as one of our use-case is to have a Raspberry Pi or a similar embedded system near the antenna and access it over the network.</description>
    </item>
    <item rdf:about="http://jenda.hrach.eu/w/kukuruku/guide?rev=1526752723&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2018-05-19T17:58:43+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>User guide</title>
        <link>http://jenda.hrach.eu/w/kukuruku/guide?rev=1526752723&amp;do=diff</link>
        <description>User guide

git clone &lt;https://jenda.hrach.eu/p/kukuruku&gt;

We test the client on Debian 9 and the server on Debian 8, Debian 9 and Ubuntu 14.04. Howeverer, it should run on any distribution and probably on other UNIX systems too.

Server

Requirements:

	*  gr-osmosdr
	*  protobuf-c-compiler (it is probably in your distribution repository)</description>
    </item>
    <item rdf:about="http://jenda.hrach.eu/w/kukuruku/protocol?rev=1468123118&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2016-07-10T03:58:38+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Kukuruku TCP protocol</title>
        <link>http://jenda.hrach.eu/w/kukuruku/protocol?rev=1468123118&amp;do=diff</link>
        <description>Kukuruku TCP protocol

It&#039;s a TCP stream with protobuf messages.

Each message in the stream is encapsulated with a 8-byte header, of which 4 bytes are message length and 4 bytes message type (int32_t). Available message types are defined in server/client_parser.h. Protobuf payload is defined in server/c2s.proto.</description>
    </item>
</rdf:RDF>
