aboutsummaryrefslogtreecommitdiff
path: root/examples/simple_secure_chat/main.cpp
AgeCommit message (Expand)Author
2025-02-04* new RX delays based on SNRScott Powell
2025-02-04* IdentityStore::save() was failing on RAK.Scott Powell
2025-02-03* 'help' updated.Scott Powell
2025-02-03* Terminal Chat: "set ..." commands, save to "node_prefs" file, consistent wi...Scott Powell
2025-02-03* refactor: new helpers/nrf52 dirScott Powell
2025-02-01* releasePacket() missingScott Powell
2025-02-01* Terminal Chat: new commands "card" and "import"Scott Powell
2025-01-31* new target/envs: LilyGo_T3S3_sx1262, _repeater and _terminal_chatScott Powell
2025-01-30* BaseChatMesh::sendMessage(), new est_timeout (OUT) paramScott Powell
2025-01-29* ContactInfo, added gps_lat, gps_lonScott Powell
2025-01-29* refactored BaseChatMesh::sendMessage(), added timestamp paramScott Powell
2025-01-28* new helper for ESP32: SerialBLEInterfaceScott Powell
2025-01-26* TxtDataHelpers.h, with standard TXT sub-typesScott Powell
2025-01-26* support for GroupChannels in BaseChatMesh, and terminal chatScott Powell
2025-01-25* simple_secure_chat now with a proper CLIScott Powell
2025-01-24* Refactor: new AdvertDataHelpers.hScott Powell
2025-01-22* Mesh.cpp: optimisation to not retransmit packets handled by this nodeScott Powell
2025-01-21* new targets: RAK_4631_chat_alice, and _bobScott Powell
2025-01-21* onPeerPathRecv() refactored: 'reciprocal path' now handled in Mesh class, n...Scott Powell
2025-01-20* tidy upsScott Powell
2025-01-17* chat sample updated to auto-add Chat node advertisementsScott Powell
2025-01-16* new advertisement app_data formatScott Powell
2025-01-16* LocalIdentity:: writeTo( array ) and readFrom (array )Scott Powell
2025-01-15* Refactor: Mesh::onPeer ... methods added 'secret' param. (is whatever getPe...Scott Powell
2025-01-15* simple_secure_chat: round trip time diagnostics, plus better timeout estima...Scott Powell
2025-01-15* Radio:: getLastSNR(), getLastRSSI()Scott Powell
2025-01-15* more options for setting radio params via .ini fileScott Powell
2025-01-15* minor fixesScott Powell
2025-01-14* removed unused Destination classScott Powell
2025-01-14* new 'flags' byte added to PAYLOAD_TYPE_TXT_MSGScott Powell
2025-01-14* refactored the hasSeen(Packet) stuff.Scott Powell
2025-01-13* simple_secure_chat: bug fixesScott Powell
2025-01-13* separated PAYLOAD_TYPE_ANON_REQ, to new createAnonDatagram(), with extra 's...Scott Powell
2025-01-13Initial commitScott Powell