Amir Nathoo

Results 13 issues of Amir Nathoo

**Describe the bug** When selecting CubCell or other non ESP32 boards, CDP doesn't compile. Most errors are due to WiFi and other ESP32 only features. **To reproduce** - Install the...

bug
high-priority

**Describe the bug** When building for a board with a Semtech SX1262 the build fails, unless SPI pins are defined in the board definition. SPI should always be optional and...

bug

**Describe the bug** When running CDP Duck example on the Heltec CubeCell GPS, the Duck Display APIs don't show anything on the display **Expected behavior** DuckDisplay should work or indicate...

**Describe the bug** I noticed a very high rate of TX timeout when a Duck is sending data. The TX interval doesn't seem to have an effect. **To reproduce** Simply...

A user reported a crash/reboot on the Heltec LoRa 32 V3 when Display is enabled and he tried to use it.

bug
software
high-priority

Now that we have a working unit test framework working with the PlatformIO build system, we can add more tests. We want to tests public methods only for now.

good first issue
maintenance
software

DuckRadio was modified to have all its methods be private and converted to a namespace rather than a singleton class. The reason for this was so that DuckRadio could only...

As currently implemented DuckCrypto is not really usable. Keys are hardcoded and API is incomplete and does not support end-to-end encryption. Much effort remains in designing encryption in a way...

When I merged CDP 4.0.1 to master, the doxygen.yml workflow still failed with some Access Denied issues: https://github.com/ClusterDuck-Protocol/ClusterDuck-Protocol/actions/runs/8253841471/job/22576624953 There seems to be several issues here. - It's not finding the...

bug
documentation
infrastructure

Figure out an easier way to add a board externally from CDP so we don't have to maintain or update CDP. Review the existing board support and definition. We should...