Petr Gotthard

Results 19 issues of Petr Gotthard

Alternate gateway when two are available with good reception.

enhancement

Right now we assume the devices are well-behaving. The server shall detect devices violating the duty-cycle and shall obey the rules as well.

enhancement

If two Class C downlinks are sent shortly after a Class A uplink, then the first downlink should be delayed due to a conflict with the Class A RX window,...

bug

Class C is sent as "fire and forget", so Class C downlinks cannot be retransmitted when lost. Which is not good.

enhancement

We should call rabbit_networking:tcp_listener_started() to add our actual listening port to the global list of ports. Also, while on this we may want to make the listening port configurable.

enhancement

In the issue #14 @ru-sh reported that receiving e-mails from Google _work if 'server_starttls' is set to 'false' and it don't work if starttls is set to true_. This may...

Shall compression work also for files served by `cowboy_static`? The cowboy_compress_h.erl:98 says *We do not compress sendfile bodies.* Is this related to what `cowboy_static` does? (Because in my environment REST...

The `optind` is a global variable that gets overwritten by `reload_config()`, so the `reconf_reboot()` used a wrong argument count. As a result, renewal of a single interface always caused renewal...

Hello. Thanks for migrating to the new MQTT client. I am missing the `connected` message. It seems that is not sent anywhere in the code. This was useful to get...

**Describe the bug** The CVE-2019-19922 is said to be affecting version "v4.18-rc4 to v5.4-rc1". However, it shows it was fixed also in 4.14.154 (on the web an in stream_fixes.json). However,...

bug