Petr Gotthard

Results 114 comments of Petr Gotthard

Hmm. I don't think this is possible with the current implementation.

I could implement it if you help me with the analysis. I haven't worked with CoAP for few years, so I forgot almost everything. The question I have is whether...

Have look at the tests, e.g. https://github.com/gotthardp/gen_coap/blob/master/test/simple_storage_tests.erl. The `coap_server_registry:add_handler` registers a handler for a given prefix, which is a list of binaries like `[, , ...]` corresponding to URI path...

The `?MODULE` represents the module name. If you call `add_handler` like this, it will invoke the same module. You should invoke `add_handler` from different modules, or replace `?MODULE` by a...

Hello. Good question, but I don't know the answer. The clustering isn't addressed in the current implementation.

There is a little Architecture diagram in the README. Not much, I know. I guess the clustering may require some changes to that supervision/process tree, so the right way to...

Although the client uses channels, each client opens just a single channel. The multiplexing logic is used only for the server. Therefore, the client channel should be fine, even if...

Hey. You receive some, but miss other uplinks. Your gateway reports uplinks-lost. Is there something moe detailed in the GATEWAY log?

Hello. Two questions first: * I suppose there is no Failed flag in your connector, right? * Are there some errors and/or warnings in the log regarding to this?

Depending on your installation the server logs are stored in `/var/log/lorawan-server`, `/var/lib/lorawan-server/log` or just `lorawan-server/log`. By default three log files are provided: `debug.log`, `error.log` and `crash.log`.