API for linking to the Huxley National Rail REST proxy for the retrieval of live National Rail data. Still needs work (sadly), but works well for the time being!
Dependencies: EthernetInterface
National Rail Huxley Integration Interface
This API provides a clear link between the National Rail Huxley Integration JSON interface (available at https://huxley.unop.uk/), and mbed devices, over an Ethernet connection. This project is still very much a work-in-progress, but hopefully I will be able to provide a comprehensive method of retrieving live National Rail departures data in a simple and effective way.
Diff: departure_board.h
- Revision:
- 6:dae1cdf19e90
- Parent:
- 5:a4a33e6729c2
--- a/departure_board.h Fri Apr 22 10:31:59 2016 +0000 +++ b/departure_board.h Mon Apr 25 14:41:42 2016 +0000 @@ -2,6 +2,7 @@ #define DEPARTURE_BOARD_H #include "departure.h" +#include "MbedJSONValue.h" #include <string> /** Departure_Board