Hendrik’s Repositories

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 ... tag ethernet, NetServices, network, TCP, UDP
Demo program for the [[http://mbed.org/users/hlipka/libraries/pop3|pop3 library]]. tag mail, network, pop3
program to test a possible memory leak when using NTP tag leak, memory, network, NTP
touch screen handler for the microchip AR1020 tag ar1020, Microchip, screen, touch
an asynchronous ticker which calls methods in a regular fashion, but not from an interrupt handler. This allows the called methods to do complex and more time-consuming stuff (e.g. network ... tag async, Ticker, timer
Small library for defining string translations. Basically it stores key-values-pairs, and allows their retrieval. Needs the csv_parser library. tag localization, translation
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. tag LCD, window
A library to read and write all 25* serial SPI eeprom devices from Microchip (from 25xx010 to 25xx1024). tag 25lcxxx, 25xx, EEPROM, flash, memory, SPI
Wraps the DNSRequest class from NetServices to be synchronous, which is easier to use. tag dns, network, TCP
Small library for reading mail messages via POP3. Currently doesn\'t return all header fields, and does only plain text authorization. tag mail, network, pop3
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, ... tag http, NET, network, webservice, xml
A simple class to do line-based TCP communication. To be used with the NetServicesMin library-. tag NET, network, stream, TCP
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. ... tag time, timezone
test / demo program for the 25LCxxx_SPI library
port of Israel Ekpo\'s CSV parser library tag csv
See all repositories