Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 308 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 308 Bytes

gota

Arduino http OTA server implemented in golang

It's a very simple example. Do not use for anything :)

how to use

upload file with curl to this server

curl -X POST -F "[email protected]" localhost:8080/upload/

download file with curl from this server

curl http://localhost:8080/download/main.go