Hendrik Lipka

Public Repositories (25)

  • 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
  • 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
  • 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
  • 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
    ntp_mem

    program to test a possible memory leak when using NTP

    leak, memory, network, NTP
    Last updated: 06 Mar 2011 3 18
  • pop3

    Small library for reading mail messages via POP3. Currently doesn\'t return all header fields, and does only plain text authorization.

    mail, network, pop3
    Last updated: 18 Feb 2011 7 63
  • Mbed 2 deprecated
    pop3demo

    Demo program for the [[http://mbed.org/users/hlipka/libraries/pop3|pop3 library]].

    mail, network, pop3
    Last updated: 11 Apr 2012 1 36
  • 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
  • Mbed 2 deprecated
    Ser25LCxxx_test

    test / demo program for the 25LCxxx_SPI library

    Last updated: 26 Jan 2011 1 151
  • 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