summaryrefslogtreecommitdiff
path: root/mesh/node.c
Commit message (Expand)AuthorAgeFilesLines
* mesh: Fix node when loading from storageInga Stotland2023-03-121-3/+9
* mesh: Add internal Mesh Private Beacon modelBrian Gix2023-01-301-6/+61
* mesh: Add Tx/Rx support of Mesh Private BeaconsBrian Gix2023-01-301-2/+2
* mesh: Add Remote ProvisioningBrian Gix2023-01-301-42/+213
* mesh: Update Key Refresh flag after provisionIsak Westin2022-10-061-2/+2
* mesh: Clear node's agent pointer after agent removalInga Stotland2021-02-101-0/+1
* mesh: Zero out config node struct before initializingInga Stotland2020-12-041-0/+2
* mesh: Fix memory leak when failing to load a nodeInga Stotland2020-11-101-5/+2
* mesh: Re-arrange Join/Create/Import/Attach page savingBrian Gix2020-10-071-98/+104
* mesh: Add SPDX License IdentifierTedd Ho-Jeong An2020-09-211-10/+1
* mesh: Initialize RPL when creating or loading a nodeInga Stotland2020-08-281-4/+7
* mesh: Handle "options" dictionary in Send/Publish methodsInga Stotland2020-08-261-72/+68
* mesh: Use valid net key index when handling Send callInga Stotland2020-08-221-4/+9
* mesh: Always set net modes based on node feature settingsInga Stotland2020-08-201-13/+5
* mesh: Don't add config server when loading from storageInga Stotland2020-08-131-3/+0
* mesh: Use correct TTL value to send model publicationInga Stotland2020-08-071-7/+4
* mesh: Move model functionality out of node.c to model.cInga Stotland2020-07-251-276/+43
* mesh: Fix node composition change detectionBrian Gix2020-07-161-1/+1
* mesh: Add Composition page storage to node.jsonBrian Gix2020-07-081-23/+107
* mesh: Fix Seg Fault - App unattached IVIndex chgBrian Gix2020-07-031-1/+1
* mesh: Check app model settings of pub/sub supportInga Stotland2020-07-011-32/+136
* mesh: Emit PropertiesChanged when IV Index changesInga Stotland2020-06-221-0/+9
* mesh: Replace BeaconFlags with just IvUpdateMichał Lowas-Rzechonek2020-06-181-4/+8
* mesh: Fix updating CID, PID, VID & CRPL on node attachMichał Lowas-Rzechonek2020-06-151-4/+6
* mesh: Add "node is busy" check for Leave() & Attach()Inga Stotland2020-06-101-0/+21
* mesh: Add timeout to GetManagedObjects callInga Stotland2020-06-101-23/+20
* mesh: Delete unused functionInga Stotland2020-06-101-5/+0
* mesh: Fix leaked mesh_net allocationBrian Gix2020-05-221-2/+0
* mesh: Fix using uninitialized bytesBrian Gix2020-05-221-0/+2
* mesh: Clean up Attach() method callInga Stotland2020-05-221-7/+7
* mesh: Clean up Import() method callInga Stotland2020-05-221-2/+1
* mesh: Add finalization of a newly created nodeInga Stotland2020-05-221-14/+25
* mesh: Remove agent when freeing node's dynamic resourcesInga Stotland2020-05-221-0/+1
* mesh: Fix double-freeBrian Gix2020-05-201-13/+7
* mesh: Fix valgrind memory leaksBrian Gix2020-05-151-0/+1
* mesh: Remove redundant call to save node configurationInga Stotland2020-05-141-2/+0
* mesh: Allow updating CID, PID, VID & CRPL on node attachInga Stotland2020-05-141-0/+17
* mesh: On node attach, verify element/model composition onlyInga Stotland2020-05-091-6/+4
* mesh: Allow short messages to be segmentedBrian Gix2020-03-201-4/+4
* mesh: remove unused node_set_device_key()Jakub Witowski2020-01-311-5/+0
* mesh: use static node_comp instead of the pointerJakub Witowski2020-01-311-32/+24
* mesh: Add sequence nr getter codeJakub Witowski2020-01-141-0/+15
* mesh: Fix logic in AppKey deletionInga Stotland2020-01-141-27/+2
* mesh: Fix BeaconFlags property typeMichał Lowas-Rzechonek2020-01-081-1/+1
* mesh: Remove misleading DEFAULT_CRPL from node.cMichał Lowas-Rzechonek2020-01-081-2/+0
* mesh: Fix getting managed objects from ObjectManagerMichał Lowas-Rzechonek2019-12-181-9/+13
* mesh: Add mesh-main.conf file with general mesh configurationInga Stotland2019-12-161-5/+7
* mesh: Add more checks for element propertiesInga Stotland2019-12-151-20/+32
* mesh: Initialize net modes based on node configurationInga Stotland2019-12-101-18/+27
* mesh: Clean up node.cInga Stotland2019-12-101-163/+168