chirpstack / chirpstack-fuota-server

FUOTA server which can be used together with ChirpStack Application Server.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FUOTA Server Webinterface not opening

kannansks opened this issue · comments

I was able to start the fuota server once i removed all tls certificates from the as and ns however even though it has started and is active running i cannot open the 10.10.20.61:8090 which is the ip:port of the fuota server
i have added http integration in my a-s web interface
fuota

should i give 8090 or 8070 here??
what am i doing wrong plss help!!

@kannansks I think we have to give 8070.

image

But am getting this error in fuota server journals

@brocaar pls help

image

@brocaar the ports are also all open
image

i cannot open the 10.10.20.61:8090 which is the ip:port of the fuota server

The FUOTA server does not have a web-interface. You have to use the gRPC API for this:

https://github.com/brocaar/chirpstack-api/blob/master/protobuf/fuota/fuota.proto#L14

i cannot open the 10.10.20.61:8090 which is the ip:port of the fuota server

The FUOTA server does not have a web-interface. You have to use the gRPC API for this:

https://github.com/brocaar/chirpstack-api/blob/master/protobuf/fuota/fuota.proto#L14

Thanks @brocaar. Would it be possible for you to provide a sample web interface also ? Something that would sort of be a reference for custom implementations. We would appreciate this very much

i cannot open the 10.10.20.61:8090 which is the ip:port of the fuota server

The FUOTA server does not have a web-interface. You have to use the gRPC API for this:
https://github.com/brocaar/chirpstack-api/blob/master/protobuf/fuota/fuota.proto#L14

Thanks brocaar. Would it be possible for you to provide a sample web interface also ? Something that would sort of be a reference for custom implementations. We would appreciate this very much

@brocaar we were testing fuota with ns version 3.10 and as 3.12 and once we updated to latest version fuota has become an issue and being beginners we are finding it difficult to work around it so we would be grateful if u could help us

Would it be possible for you to provide a sample web interface also ? Something that would sort of be a reference for custom implementations.

Providing a web-interface is not planned. There is an example implementation however for Class-C as a starting point:
https://github.com/chirpstack/chirpstack-fuota-server/blob/master/examples/class_c/main.go