- cce6c24 [icd] integrate ICD management command into CHIP tool (#30863) by Song GUO · 1 year ago
- 6e12cb9 [chip-tool] Remove codegen tests (#28783) by Vivien Nicolas · 1 year, 4 months ago
- 42f37c6 Improve session-management commands in chip-tool. (#26404) by Boris Zbarsky · 1 year, 7 months ago
- c8e453c Add the ability to print help text for clusters to chip-tool. (#26392) by Boris Zbarsky · 1 year, 7 months ago
- 1dd6520 [chip-tool] Add delay commands module to chip-tool with busy-wait command (#24063) by Vivien Nicolas · 2 years ago
- d0fcae0 Add ability to remove storage to chip-tools (#18512) by krypton36 · 2 years, 7 months ago
- 11ab5a3 Chip tool interactive (#16135) by Vivien Nicolas · 2 years, 9 months ago
- 84c150a [Group] Configure Chip-tool's GroupDataProvider (#16232) by Jean-Francois Penven · 2 years, 9 months ago
- ddb7ce7 Added CredentialIssuerCommands to Chip-tool's Discover and Cluster Commands (#13653) by Vijay Selvaraj · 2 years, 11 months ago
- 6f46e30 Added the flexibility to add external/third-party PKIs to the chip-tool (#12497) by Vijay Selvaraj · 3 years ago
- c939e82 Remove now-unused old-style subscribe/report functionality. (#13041) by Boris Zbarsky · 3 years ago
- 6525df0 Move commands/*/Commands.h generated files to zzz_generated (#9240) by Andrei Litvin · 3 years, 4 months ago
- 1571f74 Have chip-tool generate a random remote node id every time it pairs. (#8450) by Boris Zbarsky · 3 years, 5 months ago
- 1997ccf Tests yaml (#6944) by Vivien Nicolas · 3 years, 6 months ago
- 92e3683 Ensure the stack is using a single ExchangeManager (#6398) by Vivien Nicolas · 3 years, 8 months ago
- 362c5f2 Use exchange for session establishment and provisioning (#5938) by Pankaj Garg · 3 years, 8 months ago
- ffee135 Add a resolve-node-id command to chip-tool in order to get the IP/Port of a commissioned Chip device from a NodeId (#5837) by Vivien Nicolas · 3 years, 8 months ago
- 65f94f9 Allow client applications to parse command responses using the underlying ZCL stack (#4661) by Vivien Nicolas · 3 years, 10 months ago
- 32fe64f Rename code to PASESession and CASESession (#4491) by Pankaj Garg · 3 years, 11 months ago
- fb65a31 Convert 'echo' command to a manufacturer specific 'ping' command (#4127) by Vivien Nicolas · 4 years ago
- 75376cb [ChipTool] Add Payload Parse Command (#3696) by Liju Jayakumar · 4 years ago
- f382625 Use CHIPDeviceController instead of CHIPDeviceController_deprecated (#3979) by Vivien Nicolas · 4 years ago
- 15e835d Remove hardcoded node IDs for devices (#3817) by Pankaj Garg · 4 years, 1 month ago
- a2c6dad Add all cluster commands to chip-tool and src/app/ (#3146) by Vivien Nicolas · 4 years, 2 months ago
- 23e3f5a Add Barrier Control cluster commands to chip-tool and src/app/ (#3066) by Vivien Nicolas · 4 years, 2 months ago
- 5d3b930 Add Door Lock cluster commands to chip-tool and src/app/ (#3113) by Vivien Nicolas · 4 years, 2 months ago
- 24a6f38 Add Basic cluster commands to chip-tool and src/app/ (#3049) by Vivien Nicolas · 4 years, 2 months ago
- 0471628 Add ColorControl cluster commands to chip-tool and src/app/ (#2792) by Vivien Nicolas · 4 years, 2 months ago
- 010a497 ChipTool: Make the ShowUsage output grouped by clusters (#3012) by Vivien Nicolas · 4 years, 2 months ago
- 6712c1b Cluster: Add Temperature Measurement commands to chip-tool and src/app (#3009) by Vivien Nicolas · 4 years, 2 months ago
- 84e1e9c Auto-Register commands in chip-tool and check endpointId and clusterId globally instead of an on per command basis (#2785) by Vivien Nicolas · 4 years, 2 months ago
- 4be198b Break examples/chip-tool/main.cpp into multiple files (#2510) by Vivien Nicolas · 4 years, 3 months ago
- 4ee5534 Move chip-server to examples/lighting-app/linux (#2365) by Song Guo · 4 years, 3 months ago
- 14263d9 #2073 Switch the zpro encoder/decoder to using BufBound (#2103) by Bhaskar Sarma · 4 years, 4 months ago
- a44b98b Support bypassing secure pairing for test devices and apps (#2267) by Pankaj Garg · 4 years, 4 months ago
- ade4ad6 Integrate secure pairing with example app and device controller (#2230) by Pankaj Garg · 4 years, 4 months ago
- b14e3e3 add gn stuff for xcode iOS/MacOS (#2157) by Rob Walker · 4 years, 4 months ago
- 89043b0 [cirque] Initial support for Cirque test (#2042) by Song Guo · 4 years, 4 months ago
- 8463f31 Add support for a more general attribute-reading command to chip-tool (#2048) by Boris Zbarsky · 4 years, 4 months ago
- dcecc8a Remove Silicon Labs dotdot code, since it's not used anymore. (#2006) by Boris Zbarsky · 4 years, 4 months ago
- 4928046 Replace extractMessage with output from extractApsFrame #1980 (#2076) by Bhaskar Sarma · 4 years, 4 months ago
- 4b959f1 Add some simple handling of Read Attributes commands to chip-tool (#1927) by Boris Zbarsky · 4 years, 4 months ago
- a9ae433 Fix error logging for unknown commands in chip-tool (#2023) by Boris Zbarsky · 4 years, 4 months ago
- 73d47e4 Fix warnings -Wformat-truncation (#2019) by Michael Spang · 4 years, 4 months ago
- 8bc8853 Implement DefaultResponse commands (#1915) by Boris Zbarsky · 4 years, 4 months ago
- 0ce3aeb Keep more warnings as fatal when building with GN (#1925) by Vivien Nicolas · 4 years, 5 months ago
- 5ec9375 Pass the setupPINCode from the application layer down to Transport::BLE (#1919) by Vivien Nicolas · 4 years, 5 months ago
- 2b25999 ESP32 - Update advertising data to be closer to the spec (#1911) by Vivien Nicolas · 4 years, 5 months ago
- ee575c4 Fix command-line chip-tool toggle command. (#1910) by Boris Zbarsky · 4 years, 5 months ago
- bbdaf59 Crash when sending messages over wifi (#1680) by Vivien Nicolas · 4 years, 5 months ago
- b1e52b2 Add BleEndPoint for the Darwin platforms (#1660) by Vivien Nicolas · 4 years, 5 months ago
- 0320920 Call PlatformMgr::InitChipStack from the device controller (#1500) by Vivien Nicolas · 4 years, 5 months ago
- 4dd5230 Add new on/off cluster implementation based on the Silicon Labs ZigbeePro code (#1609) by Boris Zbarsky · 4 years, 5 months ago
- 034e631 Fix examples/chip-tool/README.md about the correct arguments to used for CHIP commands (#1537) by Vivien Nicolas · 4 years, 5 months ago
- 38cf731 Cleanup/license headers (#1322) by Robert Szewczyk · 4 years, 6 months ago
- 45d5855 Fix awkward wording into in log message by Andrei Litvin · 4 years, 6 months ago
- 97903f9 Make chip-tool compile with multi connection support by Andrei Litvin · 4 years, 6 months ago
- 4c19cbc Fix discrimination between data model messages and echo messages. (#1151) by Boris Zbarsky · 4 years, 6 months ago
- 4746858 Squash commit of peer address and connection status (#1112) by Andrei Litvin · 4 years, 6 months ago
- 89f4aac Add support for multiple endpoints to the command-line CHIP tool. (#1129) by Boris Zbarsky · 4 years, 6 months ago
- ce14e61 Updates to use SecureTransport (#1001) by Pankaj Garg · 4 years, 6 months ago
- 8630a52 Only grab the buffer length if we will use it. (#972) by Boris Zbarsky · 4 years, 6 months ago
- a48e292 fixup by Rob Walker · 4 years, 6 months ago
- ef2b681 move keeping track of encoding to codec a la TLV (#898) by Rob Walker · 4 years, 7 months ago
- 2d6f217 Add support to chip-tool to send some basic on/off cluster messages. (#871) by Boris Zbarsky · 4 years, 7 months ago
- 7f61d71 Switch the chip-tool client to using command line args for IP and port. (#868) by bzbarsky-apple · 4 years, 7 months ago
- b5c2370 Move the wifi echo client to a new location. (#859) by bzbarsky-apple · 4 years, 7 months ago[Renamed from examples/wifi-echo/client/standalone/main.cpp]
- 36fb31b Restyling the tree post .clang-format update (#855) by Justin Wood · 4 years, 7 months ago
- 259967d Move the wifi-echo server and client into different directories by Sagar Dhawan · 4 years, 7 months ago[Renamed from examples/wifi-echo/standalone/main.cpp]
- 55ef62f Add CHIP's controller API and update the standalone example to use it (#666) by Sagar Dhawan · 4 years, 7 months ago
- a7165a1 Add a standalone echo client and all supporting make helpers (#580) by Sagar Dhawan · 4 years, 7 months ago