Skip to content

Instantly share code, notes, and snippets.

@zkessin
Created May 2, 2020 19:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zkessin/14bd6a6c1b4bd1f54932a8bccca35dbb to your computer and use it in GitHub Desktop.
Save zkessin/14bd6a6c1b4bd1f54932a8bccca35dbb to your computer and use it in GitHub Desktop.
local http = require("socket.http")
function upload()
http.request("http://192.168.0.104:8080/xplane/pilot?23")
end
do_often("upload()")
upload()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment