62 Commits (9f38835543f15dea2bf7e1d5e5855ced86ed7fad)

Author SHA1 Message Date
Scott Powell 69a71d0e25 * repeater login response, FIRMWARE_VER_LEVEL now bumped to 2 6 months ago
Scott Powell b6110eee38 * new req/resp (after login): REQ_TYPE_GET_OWNER_INFO (includes firmware-ver) 6 months ago
Scott Powell 4e4f6d92a0 * ANON_REQ_TYPE_VER_OWNER now delimited by newline chars 6 months ago
Scott Powell 65796c8f20 * CommonCLI: added "set name ..." validation 6 months ago
Scott Powell fd69acb421 * new ANON_REQ_TYPE_VER (for just simple clock + ver info) 6 months ago
Scott Powell 2a035ad816 * ANON_REQ_TYPE_VER_OWNER, now includes node_name 6 months ago
Scott Powell 5475043083 * new ANON_REQ_TYPE_VER_OWNER 6 months ago
Scott Powell 5cc44dd802 * ANON_REQ_TYPE_REGIONS now direct only, with reply_path encoded in request 7 months ago
Scott Powell 3af25495bb * Repeater: new anon request sub-type: ANON_REQ_TYPE_REGIONS (rate limited to max 4 every 3 mins) 7 months ago
Kevin Le 26321162ee To fix the default temperature to be overridden by external sensors (if any) 7 months ago
Kevin Le 1706f759b7 Modified hasPendingWork to return bool 7 months ago
Kevin Le 5c6c15942b Added powersaving to all ESP32 boards with RTC-supported DIO1 7 months ago
Kevin Le 2deb9cf144 Fixed to call getMCUTemperature once. 7 months ago
Kevin Le 4504ad4daf Added default temperature from ESP32 MCU and NRF52 MCU 7 months ago
Scott Powell dc58f0ea83 * BUG FIX: repeater remote admin, flood login should invalidate the client->out_path 8 months ago
taco 5a3ea64a97 Repeater: add adc.multiplier setting 8 months ago
Winston Lowe 031fa1e704 Changed uint to a uint8_t 8 months ago
Scott Powell ab0721d6df * fix: repeater and room server telemetry requests now return all telemetry for _READ & _WRITE ACL permissions. 9 months ago
Scott Powell 1520f4d28e * repeater, DISCOVER_REQ, flags lowest bit now for 'prefix_only' responses 9 months ago
Scott Powell 963290ea15 * repeater: various "region" CLI changes 9 months ago
Scott Powell ddac13ae80 * repeater: CLI, added "region put" and "region remove" commands 9 months ago
Scott Powell 256848208d * repeater: onAnonDataRecv(), future code check bug fix (offset 4) 9 months ago
Scott Powell 09eab330a2 * repeater: onAnonDataRecv(), now rejecting non-ASCII password (preparing for future request codes) 9 months ago
Scott Powell cf547da857 * RegionMap: get/set Home Region 9 months ago
Scott Powell 7419ed71f7 * region filtering now applied in allowPacketForward() 9 months ago
Scott Powell 82b4c1e6b0 * new PAYLOAD_TYPE_CONTROL (11) 9 months ago
Scott Powell 3ef53e64a1 * is_name_char() bug fix 9 months ago
Scott Powell 9ebeb477aa * RegionMap: inverted 'flags' to _deny_ bits 9 months ago
Scott Powell ecd30f4d36 * new CLI commands: region, region load, region save, region get, region allow 9 months ago
Scott Powell 03fc949014 * setting up framework for Regions, TransportKeys, etc 9 months ago
Scott Powell 7755400a35 * Companion: Now using transport codes { 0, 0 } when Share contact zero hop. 9 months ago
Scott Powell 96e786fa9e * FIX: for divide by zero crash 9 months ago
Scott Powell 80f0405600 * direct.txdelay default now 0.2 (was zero) 9 months ago
Scott Powell 8cbcd2271d * experimental: retransmit delay, removing the 6 'slots' 9 months ago
Michael Hart 81ab944682 Adds serial commands to get stats 10 months ago
liamcottle f1824e68b9 increase repeater max uptime from 49 days to 136 years 9 months ago
Florent 3210475f35 CommonCli: Remove dependency on target.h 9 months ago
Scott Powell c6b4a58449 * repeater and room server: enable downgrading permissions on guest login 9 months ago
Scott Powell 93c0180740 * Refactor: advert_loc_policy now applied in new method CommonCLI::buildAdvertData() 9 months ago
Scott Powell 837e7dcbdb * Advert type fix 9 months ago
Florent bf1da43d7d gps_cli: gps advert to control advert location policy 9 months ago
Florent de Lamotte 9e3c2fc9d9 gps_cli: gps also restored on sensors and rooms 10 months ago
Florent de Lamotte 6ed8e9d514 gps_cli: gps state is now saved and restored upon reboot 10 months ago
Florent de Lamotte 7be65c148e cli_gps: remove callbacks and add generic sensor set/get. 10 months ago
Florent e4f2d63b0a cli_gps: use sensormanger to toggle gps on/off to keep state coherent 10 months ago
Florent 0502bc370d CommonCLI: gps management commands 10 months ago
João Brázio 8edcb46a28
Bridge: enhance CLI configuration options 10 months ago
liamcottle 6a1f8d65c9 add missing null terminator for login payload 10 months ago
liamcottle f8f5f00549 admin cli neighbors command should sort newest to oldest 10 months ago
Scott Powell 95e533d60b * repeater & room server fix for blank guest password 10 months ago