Restart or power off Rasperry PI with REST call

If you need to restart or power off your RPi remotely (or through local application’s call) here’s a simple wayhttp://raspberry.address:7000/reboothttp://raspberry.address:7000/power/offDetails and code at  https://github.com/zdanek/raspiPowerServer

If you need to restart or power off your RPi remotely (or through local application’s call) here’s a simple way

http://raspberry.address:7000/reboot
http://raspberry.address:7000/power/off

Details and code at  https://github.com/zdanek/raspiPowerServer

You May Also Like

Visualizing GIS data in JavaFX 2.0 beta using GeoTools

Geographic data mostly comprises of polygon coordinates sets along with attributes, like country or city name, etc. This is quite easy to visualize in JavaFX, which supports rendering for SVG paths. In the article, I show how to read such GIS data from...Geographic data mostly comprises of polygon coordinates sets along with attributes, like country or city name, etc. This is quite easy to visualize in JavaFX, which supports rendering for SVG paths. In the article, I show how to read such GIS data from...