aboutsummaryrefslogtreecommitdiff
path: root/examples/simple_secure_chat
AgeCommit message (Collapse)Author
2026-03-08Merge pull request #1297 from ViezeVingertjes/feature/duty-cycle-token-bucketripplebiz
Implement token bucket duty cycle enforcement
2026-02-21* refactor of Contact/Client out_path_len (stored in files), from signed to ↵Scott Powell
unsigned byte (+2 squashed commits) Squashed commits: [f326e25] * misc [fa5152e] * new 'path mode' parsing in Dispatcher
2026-02-06Allow negative tx powerWessel Nieboer
Like SX1262 allows -9 dBm lowest, some allow lower but that probably isn't useful
2026-01-26added build flag to enable/disable boot advertliamcottle
2026-01-04Implement token bucket duty cycle enforcementViezeVingertjes
2025-10-30* Fix for VolatileRTCClock wrapping around to initial synced time every 49 daysScott Powell
2025-09-08* proposed change for re-trying reciprocal path transmitScott Powell
2025-06-18* companion: new CMD_GET_ADVERT_PATH -> RESP_CODE_ADVERT_PATHScott Powell
2025-05-20* workaround for nRF + LittleFS glitch with seek/truncateScott Powell
2025-05-03* new: SensorManagerScott Powell
* BasChatMesh: new onContactRequest(), for PAYLOAD_TYPE_REQ handling. * companion, repeater and room_server: now with basic 'plumbing' to handle REQ_TYPE_GET_TELEMETRY_DATA (0x03). * dependency: added CayenneLPP to libdeps * all target.* modules now with a stub 'sensors' object.
2025-04-22* RP2040 IdentityStore begin(), to ensure mkdir()Scott Powell
2025-04-21Correct opens to use "w" filemode instead of "w+" filemode.AeroXuk
2025-04-21Added Pi PIcoW support in the following modes:AeroXuk
- Companion Radio over USB Serial - Repeater - Room Server - Terminal Chat
2025-04-06* ID hash 0x00 and 0xFF now reserved for future.Scott Powell
2025-03-27* refactor: rtc_clock now defined by variants/*/target modulesScott Powell
2025-03-27* new ESPNOWRadio driverScott Powell
* refactored the examples/*/main.cpp modules, moving radio specifics to variants/*/target modules * new Generic_ESPNOW_* target envs
2025-03-26* experiment: enabling forwarding in terminal chatScott Powell
2025-03-25* fix for double radio.begin(). RNG seed from pressing ENTERScott Powell
2025-03-25* wifi power maxScott Powell
2025-03-25* more experimentsScott Powell
2025-03-24* ESP-NOW experiment with terminal-chatScott Powell
2025-03-21* BIG refactor: 'board' and 'radio' objects now defined in 'target.h/.cpp'Scott Powell
* mesh::RTCClock class moved to MeshCore.h
2025-03-18Merge pull request #114 from lincomatic/pr-llcc68ripplebiz
Add ProMicroLLCC68 builds
2025-03-17* redesigned TRACE packet structureScott Powell
2025-03-16add ProMicroLLCC68 for Faketec w/ LLCC68lincomatic
2025-03-15Merge branch 'dev' into traceScott Powell
# Conflicts: # examples/companion_radio/main.cpp # src/Dispatcher.cpp
2025-03-13Merge branch 'ripplebiz:main' into faketec-supportoltaco
2025-03-11* companion: channel namesScott Powell
2025-03-11Faketec board support, including build targetstaco
2025-03-09* trying setCRC(1)Scott Powell
2025-03-07* companion: FIRMWARE_VER_CODE now bumped to 3.Scott Powell
* companion: new RESP_CODE_CONTACT_MSG_RECV_V3, and _CHANNEL_MSG_RECV_V3. (now with packet SNR included)
2025-03-07Merge branch 'dev' into traceScott Powell
# Conflicts: # src/Dispatcher.cpp # src/Mesh.cpp # src/helpers/BaseChatMesh.cpp
2025-03-04Merge remote-tracking branch 'origin/dev' into awolden/t3loraAlex Wolden
2025-03-04Refactor namingAlex Wolden
2025-03-04Add support for LilyGo T3 with SX1276 moduleAlex Wolden
- Add custom partition table for fitting larger firmware - Create LilyGoT3S3Board.h for board-specific functionality - Update all example files to support the T3 board with SX1276 - Configure build environment for optimizing firmware size - Set up the right pin configuration for SX1276 on LilyGo T3
2025-03-02* companion radio: support for TXT_TYPE_SIGNED_PLAINScott Powell
2025-02-27* various changes for CLI support via companion radioScott Powell
2025-02-22* strncpy() refactor/fixScott Powell
2025-02-19Merge pull request #23 from fdlamotte/t1000e_coderipplebiz
T1000e code
2025-02-17* new Packet type: PAYLOAD_TYPE_TRACEScott Powell
2025-02-17* repeater, room server and terminal chat: default to rxdelay offScott Powell
2025-02-15* companion radio: new CMD_EXPORT_CONTACT, CMD_IMPORT_CONTACTScott Powell
2025-02-14add T1000e conditionals to examplesFlorent
2025-02-14* BaseChatMesh: sendLogin(), onContactResponse()Scott Powell
* companion radio: contacts file, new 'sync_since' field
2025-02-11* new target/envs: Heltec_v2_repeater, Heltec_v2_companion_radio_usbScott Powell
2025-02-11* new target/env: Heltec_v2_terminal_chatScott Powell
2025-02-09Merge branch 'main' into rx_delayScott Powell
# Conflicts: # examples/companion_radio/main.cpp # examples/simple_secure_chat/main.cpp
2025-02-08* TIMEOUT estimate adjustedScott Powell
* companion radio: new CMD_RESET_PATH
2025-02-04Merge branch 'main' into rx_delayScott Powell
2025-02-04* ver bumpsScott Powell
* RAK battery experiment