Created
March 2, 2015 10:09
-
-
Save jtuttas/3a29f1d428f5f6e8a30d to your computer and use it in GitHub Desktop.
Get Data from Raspi Webservice
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$a=Invoke-WebRequest http://service.joerg-tuttas.de:8081/Raspi/SensorServlet?out=json | ConvertFrom-Json | |
$s=Invoke-WebRequest http://service.joerg-tuttas.de:8081/Raspi/SensorServlet?out=csv | ConvertFrom-Csv -Delimiter ";" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment