Hendrik Lipka

Public Repositories (25)

  • DNSResolver

    Wraps the DNSRequest class from NetServices to be synchronous, which is easier to use.

    dns, network, TCP
    Last updated: 18 Feb 2011 3 874
  • NTPClientMin

    The extracted NTP client from Segundos NetServices library, for use with the [[http://mbed.org/users/hlipka/libraries/NetServicesMin|NetServicesMin]] library. The only fixed bug is the memory leak / OOM problem. Needs the [[http://mbed.org/users/hlipka/libraries/DNSResolver|DNSResolver]] library as …

    network, NTP, time
    Last updated: 24 Jan 2011 2 707
  • TimeZone

    This library takes the current time (which must be set to UTC, e.g. via an NTP call), and applies a timezone definition (loaded at startup) to calculate the local time. …

    time, timezone
    Last updated: 18 Feb 2011 8 481
  • NetServicesMin

    Stripped down version of Segundos NetService library (http://mbed.org/users/segundo/libraries/NetServices ). I have removed all NetServices, and all functions which had been disabled. Use this version when you need only pure TCP …

    ethernet, NetServices, network, TCP, UDP
    Last updated: 18 Jul 2012 2 412
  • 25LCxxx_SPI

    A library to read and write all 25* serial SPI eeprom devices from Microchip (from 25xx010 to 25xx1024).

    EEPROM, flash, memory, SPI
    Last updated: 19 Feb 2011 3 352
  • spxml

    Mbed port of the Simple Plain Xml parser. See http://code.google.com/p/spxml/ for more details. This library uses less memory and is much better suited to streaming data than TinyXML (doesn\'t use …

    xml
    Last updated: 24 Nov 2010 1 327
  • SimpleWebService

    A simple web service over HTTP library. Calls a HTTP server via GET, and returns the response wrapped in a XML parser. All calls are synchronous. Needs the NetServicesMin, DNSResolver, …

    http, NET, network, webservice, xml
    Last updated: 18 Feb 2011 3 178
  • LcdWindow

    Display text on LCD displays (even on multiple ones). Allow to create windows (frames) on display, and to combine them (split, add, duplicate, scroll). See http://mbed.org/users/hlipka/notebook/lcdwindow/ for more information.

    LCD, window
    Last updated: 22 Feb 2011 10 173
  • MD5

    port of a small MD5 library (see http://www.zedwood.com/article/121/cpp-md5-function ). I have removed the stream functionality (saves about 10k flash and 8k RAM)

    hash, md5
    Last updated: 10 Jan 2011 1 160
  • TcpLineStream

    A simple class to do line-based TCP communication. To be used with the NetServicesMin library-.

    NET, network, stream, TCP
    Last updated: 18 Feb 2011 2 157