RSS reader made by Haskell running on mbed platform.
The demo runs following process:
- Get IP address with DHCP
- Receive RSS feed from reddit.com
- Parse RSS feed for getting a title
- Show the title on Text LCD
- Loop
Demo movie
Software architecture
Source code
https://github.com/ajhc/demo-cortex-m3/tree/master/mbed-nxp-lpc1768/samples/Haskell_Http
Please log in to post comments.