Hendrik Lipka

Public Repositories (25)

  • 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
  • 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
  • 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
  • Mbed 2 deprecated
    Ser25LCxxx_test

    test / demo program for the 25LCxxx_SPI library

    Last updated: 26 Jan 2011 1 151
  • csv_parser

    port of Israel Ekpo\'s CSV parser library

    csv
    Last updated: 24 Jan 2011 1 152
  • 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
  • Mbed 2 deprecated
    EthernetJackTestCode

    Working sample program from the [[http://mbed.org/cookbook/Cool-Components-Workshop-Board|cool components workshop board]] page.

    components, cool, ethernet
    Last updated: 19 Jan 2011 1 23
  • Mbed 2 deprecated
    PWMTest

    Test the PWM functionality in conjunction with an analog input - drive the brightness of a LCD backlight with the ambient light level. Serves as testcase of a PWM problem, …

    pwm
    Last updated: 19 Jan 2011 1 33
  • 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
  • Mbed 2 deprecated
    malloc_test

    program to find out whether malloc() returns NULL on a failed call or not

    malloc, memory
    Last updated: 01 Jan 2011 2 3