summaryrefslogtreecommitdiff
path: root/mesh/model.c
Commit message (Expand)AuthorAgeFilesLines
* mesh: Add internal Mesh Private Beacon modelBrian Gix2023-01-301-1/+9
* mesh: Add Remote ProvisioningBrian Gix2023-01-301-5/+22
* mesh: Do not accept publication for unbound appkeyIsak Westin2022-09-221-1/+2
* mesh: Fix memory leak and NULL pointer dereferenceInga Stotland2020-11-101-3/+5
* mesh: Add SPDX License IdentifierTedd Ho-Jeong An2020-09-211-10/+1
* mesh: Remove unused timing variable tx_startInga Stotland2020-09-031-6/+0
* mesh: Move RPL check from model to net layerInga Stotland2020-08-281-14/+4
* mesh: Handle "options" dictionary in Send/Publish methodsInga Stotland2020-08-261-3/+3
* mesh: Use valid net key index when handling Send callInga Stotland2020-08-221-2/+0
* mesh: Use correct retransmit parameters for publicationsInga Stotland2020-08-221-26/+33
* mesh: Send correct NetKey index in DevKeyMessageReceivedInga Stotland2020-08-201-1/+2
* mesh: Check for enabled modes when dst is fixed addressInga Stotland2020-08-201-21/+0
* mesh: Make mesh config model binding API consistentInga Stotland2020-08-131-2/+2
* mesh: Fix model ID prior to calling mesh config functionsInga Stotland2020-08-131-4/+8
* mesh: Fix element index look up for config model subsInga Stotland2020-08-111-7/+8
* mesh: Fix application key binding lookupMichał Lowas-Rzechonek2020-08-111-1/+7
* mesh: Clean up handling of config publication messagesInga Stotland2020-08-101-2/+5
* mesh: Clean up handling of config model binding messagesInga Stotland2020-08-101-14/+6
* mesh: Clean up handling of config subscription messagesInga Stotland2020-08-101-88/+123
* mesh: Use correct TTL value to send model publicationInga Stotland2020-08-071-2/+2
* mesh: Fix calculation of model publication periodInga Stotland2020-07-291-7/+8
* mesh: Move model functionality out of node.c to model.cInga Stotland2020-07-251-170/+374
* mesh: Check app model settings of pub/sub supportInga Stotland2020-07-011-14/+84
* mesh: Fix clean-up introduced bugBrian Gix2020-06-081-1/+1
* mesh: Remove unused/redundant functionsInga Stotland2020-06-081-1/+1
* mesh: Remove debug-only related callback for packet sendInga Stotland2020-06-011-25/+2
* mesh: Debug output clean upInga Stotland2020-06-011-22/+5
* mesh: Allow short messages to be segmentedBrian Gix2020-03-201-6/+6
* mesh: Remove unused parameters from internal rx functionsInga Stotland2020-03-051-10/+7
* mesh: Simplify model virtual pub/sub logicInga Stotland2020-02-261-158/+113
* mesh: Fix app payload decryption for virtual labelsInga Stotland2020-02-181-4/+4
* mesh: Re-arrange replay protection check and addBrian Gix2020-01-311-13/+10
* mesh: Apply Replay Protection to all incoming packetsBrian Gix2020-01-301-9/+7
* mesh: Move Replay Protection to mesh/net.cBrian Gix2020-01-301-1/+1
* mesh: Allow apps to receive DevKey messages from external nodesMichał Lowas-Rzechonek2020-01-141-2/+1
* mesh: Clean up node.cInga Stotland2019-12-101-15/+2
* mesh: fix (re)transmit count & interval stepsAurelien Jarno2019-12-021-2/+2
* mesh: Inform application about model subscriptionsMichał Lowas-Rzechonek2019-11-261-2/+91
* mesh: Provide destination address in MessageReceived APIMichał Lowas-Rzechonek2019-11-261-4/+16
* mesh: Fix crash after deleting all subscriptionsRafał Gajda2019-11-191-3/+2
* mesh: Align appkey_packet_decrypt with dev and virt variants.Michał Lowas-Rzechonek2019-10-031-9/+64
* mesh: Normalize Access Key AID and Index naming in modelsMichał Lowas-Rzechonek2019-10-031-7/+8
* mesh: Explicit Remote/Local Device key usageBrian Gix2019-10-011-4/+7
* mesh: Make mesh-config API more consistentInga Stotland2019-10-011-5/+2
* mesh: Handle messages sent to a fixed group addressInga Stotland2019-09-081-1/+31
* mesh: Check address range passed to ImportRemoteNodeMichał Lowas-Rzechonek2019-07-191-1/+1
* mesh: Propagate Net Index up Rx message chainBrian Gix2019-07-181-66/+63
* mesh: Manage node config directory in mesh-configInga Stotland2019-07-151-1/+0
* mesh: Use mesh_config APIs to store node configurationInga Stotland2019-07-151-5/+10
* mesh: Confine dependency on json-c to mesh-config-json.cInga Stotland2019-07-151-1/+0