Sign inSign up

hura/fota

By hura

Updated over 8 years ago

FOTA Server for Hura IoT Platform

Image
0

549

hura/fota repository overview

Usage

To start the hura fota server, run as followings $ docker run -it --rm -v $(PWD)/static:/static:rw -p 9090:9090 -p 9093:9093 --name fota hura/fota:$(TAG) To run in daemon mode, do like this. $ docker run -it --rm -v $(PWD)/static:/static:rw -p 9090:9090 -p 9093:9093 --name fota hura/fota:$(TAG)

History
  • 2017/04/20 v0.4.0 : restruct sub directories for static data
  • 2017/04/18 v0.3.7 : support working types : server and manager
  • 2017/04/18 v0.3.6 : support metric for session count
  • 2017/04/13 v0.3.4 : support cookie
  • 2017/04/11 v0.3.3 : VERSION = \r\n : working version for API v1
  • 2017/04/10 v0.3.2 : VERSION=\r\n
  • 2017/04/08 v0.3.1 : add keep-alive
  • 2017/04/07 v0.3.0 : no defer close, VERSION=

Tag summary

Content type

Image

Digest

Size

268.8 MB

Last updated

over 8 years ago

docker pull hura/fota:0.5.0