Skip to content

Instantly share code, notes, and snippets.

@jtuttas
Created March 2, 2015 10:09
Show Gist options
  • Save jtuttas/3a29f1d428f5f6e8a30d to your computer and use it in GitHub Desktop.
Save jtuttas/3a29f1d428f5f6e8a30d to your computer and use it in GitHub Desktop.
Get Data from Raspi Webservice
$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