davidkirwan / ardtweeno

Ardtweeno is an application gateway which bridges devices connected via Serial Link and an Internet Protocol network. The system is designed as a PaaS (platform as a service) for the Raspberry Pi ARM platform.
GNU General Public License v3.0
5 stars 0 forks source link

Finish implementation of the /system/reboot API system #10

Closed davidkirwan closed 10 years ago

davidkirwan commented 11 years ago

As it currently stands the /system/reboot is not fully implemented. During testing I didn't want the hassle of the system actually rebooting ;) so I left it as a skeleton implementation.

I need to sort out the issues with the database connectors first, so then I can correctly flush any data which has not been serialised before rebooting the host.

davidkirwan commented 11 years ago

Or remove it.. I'm not quite sure why I added it originally. vOv

davidkirwan commented 10 years ago

I've decided I'm going to just delete this endpoint.

davidkirwan commented 10 years ago

Fixed on dev branch