Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 552 Bytes

File metadata and controls

22 lines (18 loc) · 552 Bytes

basic-ota-server

  • Listens on :5901 and uses /wire/otas as a filepath for the OTAs by default.

  • Your file structure should look like:

/wire
  /otas
    latest
    /full
      /dev
         #.#.#.#.ota
	 ...
      /oskr
         #.#.#.#.ota
         ...
  • latest should be a file containing the version of your latest OTA - like 3.0.1.1
  • before you start copying in a new OTA to dev and oskr, touch a file called /wire/otas/dnar. after your OTAs are done, delete it
  • just use go build main.go and run main in a daemon or whatever