chirpstack-fuota-server icon indicating copy to clipboard operation
chirpstack-fuota-server copied to clipboard

FUOTA Server Webinterface not opening

Open kannansks opened this issue 4 years ago • 5 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 avatar Mar 08 '21 16:03 kannansks

@kannansks I think we have to give 8070.

image

But am getting this error in fuota server journals

@brocaar pls help

image

symovs avatar Mar 13 '21 15:03 symovs

@brocaar the ports are also all open image

symovs avatar Mar 13 '21 15:03 symovs

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

brocaar avatar Mar 15 '21 12:03 brocaar

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

symovs avatar Mar 15 '21 12:03 symovs

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

kannansks avatar Mar 15 '21 13:03 kannansks

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

brocaar avatar Jan 31 '23 10:01 brocaar