Skip to content

Latest commit

 

History

History
55 lines (37 loc) · 1.37 KB

File metadata and controls

55 lines (37 loc) · 1.37 KB

TinySSB 2025-03-16

Present: Nanomonkey, Mixmix

Agenda

  • Updates
  • Possible topics
    • open collective invoicing
    • review PRs
    • debug sx1262 LoRa replication
    • design test vectors
    • debug android APK
    • other implementation (Rust, uLisp, Clojure)
    • JS API (high level)

Updates

Nanomonkey

  • met with mix and read around the want code in python
  • solo reading of python + C code to understand the goset + want + chunk wire protocol
    • found something in C that's not in Python : "zap"? ... could be LoRa specific timing thing but gonna make an issue to track
  • have a lot of little things I'd like to ask CFT about
    • sorting the feeds for goset (numerical? alphanumerical?)
    • little/ big endian in different places
    • max of 100 keys in goset?
    • not sure of algorithm of taking 2 "claims" and working to surface "novel" feeds
    • python code doesn't seem to have anything but side-chains (write used, never write48)?

Mix

  • met with nanomonkey (same as above)
  • opened a DRAFT "want" PR on the spec

Review PRs

did this in call!

debug sx1262 LoRa replication

tinySSB/esp32-firmware#8

Continued : tinySSB/esp32-firmware#8 (comment)

Actions

Nanomonkey

  • OC invoice
  • progress goset docs

Mix

  • ask CFT about SX1262 debuggin