aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-04-05Update version to 0.1.9upstream-mainHenri Chataing
2024-04-05Update the format of the notification Update Controller Multicast ListHenri Chataing
2024-04-01Review the implementation of Core Set Config and Core Get ConfigHenri Chataing
2024-03-27Sync definitions for UCI Multicast Update Status with UCI 2.0Henri Chataing
2024-03-27Sync definitions for UCI status codes with UCI 2.0Henri Chataing
2024-03-27Reorganize definitions in uci_packets.pdlHenri Chataing
2024-03-20Rename command handlers according to their groupHenri Chataing
2024-03-20Minify the command matching blockHenri Chataing
2024-03-20Move all session control command implementations from session to deviceHenri Chataing
2024-03-20Move all session config command implementations from session to deviceHenri Chataing
2024-03-20Move the definition of SubSessionKey to app_config moduleHenri Chataing
2024-03-14Refactor APP config managementHenri Chataing
2024-03-13Update version to 0.1.8Henri Chataing
2024-03-12Add requirements for integration into netsimHenri Chataing
2024-03-07Fix device lookup during rangingHenri Chataing
2024-03-05Refactor PicaCommand::Connect to accept generic Stream, Sink objectsHenri Chataing
2024-02-23Move packet parsing from lib.rs to device.rsHenri Chataing
2024-02-22Change select! into try_join! in the device taskHenri Chataing
2024-02-14Implement pica::run(Mutex<Pica>)Henri Chataing
2024-02-13Explicitely set the mac address for UCI devicesHenri Chataing
2024-02-12Remove impl From<usize> for MacAddressHenri Chataing
2024-02-09Refactor library to remove dependency on PositionHenri Chataing
2024-02-09Rename MacAddress::Extend => MacAddress::ExtendedHenri Chataing
2024-02-08workflow: update rustc version from 1.67.1 to 1.76.0Charlie Boutier
2024-02-08log: use log crate as a loggerCharlie Boutier
2024-02-08cargo: sort cratesCharlie Boutier
2024-02-07data_transfer: implement data transfer testCharlie Boutier
2024-02-07data_transfer: Implement basics data transferCharlie Boutier
2024-02-07Refactor ranging methods for clarity and efficiencyCharlie Boutier
2024-02-02Upgrade glam crate version to 0.25.0 (#65)Hyun Jae Moon
2024-01-30readme: fix badge (#64)Slvr
2024-01-29test data packet (#63)Slvr
2024-01-26pica py: add expect_data to test data_packet (#62)Slvr
2024-01-25Update version to 0.1.7 (#61)Slvr
2024-01-24Update versions for dependent crates to align with versions of vendored crate...Hyun Jae Moon
2024-01-23Add a test runner (#59)Slvr
2024-01-23Handle backward compatability of uwbInitiationTime. (#58)bobwzy
2024-01-22Handle AppConfigs required from Fira 2.0 spec. (#57)bobwzy
2024-01-22workflow: add python workflow to enforce formatting (#56)Slvr
2024-01-22python: format with black (#55)Slvr
2024-01-22test: fix ranging example (#54)Slvr
2024-01-16python scripts: add helper.py to gather common functionnalities (#52)Slvr
2024-01-16Add support for provisioned STS. (#50)bobwzy
2024-01-16Create the PicaEvent broadcast sender within the Pica objectHenri Chataing
2024-01-16Refactor packet framing to support generic streamsHenri Chataing
2023-12-15Implement UCI data packet transfer functionalityHasan Awais
2023-12-14Update pdl-compiler version to 0.2.3Henri Chataing
2023-12-11Add support to clear device on Pica when host closes hal. (#48)bobwzy
2023-12-04Simulate the case when controller remove a controlee. (#46)bobwzy
2023-11-20Use packet helpers to generate console commandsHenri Chataing