I’m trying to do a P2P connection between two stations:
iPhone / RadioMail connected to a ESP32+LoRa (as TNC over BLE)
Android /WOAD connected to a ESP32+LoRa (as TNC over BT Classic)
after many “fights” and changing settings i could make the RadioMail start session connection with the WOAD station… data is sent and also received on both stations, but not complete the connection.
And I just realized that P2P is on the road map for future development, right?
RadioMail can initiate outbound connections to another station in a peer-to-peer (P2P) scenario. At present, it does not accept inbound connections; inbound support is what is described on the roadmap.
At the protocol level, P2P connections are not materially different from other connection types. The key distinction lies in how recipients are handled. Messages marked for P2P delivery are transmitted only during an active session with the intended recipient. This is because P2P stations are not assumed to have connectivity to a CMS for onward delivery. For the same reason, internet email recipients are not permitted in P2P messages.