Search mbed
User details
Joined: 23 Feb 2009
Posts: 69
Notebook pages: 4
Wiki edits: 2
Published programs: 10
Published libraries: 0
Rolf's microcontrollers
mbed NXP LPC2368
mbed NXP LPC1768

Rolf Meyer

» Find people near Rolf on the world mbed map

Rolf Meyer

Deutschland



Recently modified notebook pages

All notebook pages

Random Libraries
Some random libraries I've found on the web and might be useful. Most of them care about memory usage and calculation time.
tag ini, JSON, slre, xml
HEX Viewer
A simple hex viewer for printf debugging of binary data.
tag debug, hexview, stdout
Ethernet
How to make the ethernet pins usable
tag ethernet, rj45
lwIP HTTPClient/HTTPServer
How to set up the lwip HTTPClient and HTTPServer class. Some useful informations and some small examples. Furthermore the progress, known bugs and known workarounds.
tag ethernet, http, HTTPClient, HTTPServer, lwip

Recently modified programs & libraries

All programs

All libraries

iniparser
A demo of the iniparser library. It contains the iniparser library. It's not very memory efficient but it works fine.
tag demo, ini, iniparser
fastxml
This demo contains a port of the FastXML library. FastXML was hosted on geocities and is offline now. The library itself is contained into two files header and cpp and ...
tag demo, fastxml, xml
ethersniff_hex
A simple example how to receive ethernet packages and display them over stdout with an hexviewer
tag debug, ethernet, hexview
Twitter
This is a simple lwip HTTPClient example it uses the HTTPClient class to update your twitter status.
tag ethernet, HTTPClient, lwip, twitter