1. 775fd65 Handle KNOT_MSG_UNREGISTER_REQ message on STATE_AUTHENTICATING state. by Tiago Barros · 5 years ago
  2. 830df55 Handle KNOT_MSG_UNREGISTER_REQ message on STATE_REGISTERING state. by Tiago Barros · 5 years ago
  3. c1e56d5 Add handle_unregister() function. by Tiago Barros · 5 years ago
  4. b6169de Add thing identification on knot_config by Vitor Barros · 5 years ago
  5. 7a26df1 Avoid segmentation of KNoT register PDU by Larissa Lages · 5 years ago KNOT-v01.03-rc03
  6. ca16a32 Add LED status for authentication error by Larissa · 5 years ago
  7. d22b327 Add identity when registering new device by Claudio Takahasi · 5 years ago
  8. d879333 nrf24: Fix not using name informed as argument by Cristovao Rufino · 6 years ago KNOT-v01.02-rc13
  9. 707e213 Add option to allow changing default channel by Claudio Takahasi · 6 years ago
  10. 25d2e43 Fix minor code standard by Claudio Takahasi · 6 years ago
  11. 5f00faf Fix not managing disconnection by Vitor Barros · 6 years ago
  12. c9c480a nRF24: Fix MAC address validation criteria by Claudio Takahasi · 6 years ago
  13. 39c9e17 nRF24: Change address generation by Vitor Barros · 6 years ago
  14. a4c9565 Fix: Remove mgmt_read on knot_thing_protocol_run by Vitor Barros · 6 years ago
  15. dde937f Avoid send empty data messages by Tiago Barros · 6 years ago
  16. 896112d Improve LED status response by changing its behaviour by Tiago Barros · 6 years ago
  17. 864f1d0 Halt Thing if it fails on thing_init by Tiago Barros · 6 years ago
  18. 2ebe55a Remove the substates from protocol state machine by Tiago Barros · 6 years ago
  19. eee4708 Restart network after MAC reset by Tiago Barros · 6 years ago
  20. 4375b77 Remove unnecessary local vars in clear_data function by Tiago Barros · 6 years ago
  21. 8c61bd5 Add log messages for connection states by Tiago Barros · 6 years ago
  22. ed62740 Put AVR related headers under correct #ifdef by Tiago Barros · 6 years ago
  23. d39fc9c Fix some wrong error conditions by Tiago Barros · 6 years ago
  24. 3021edf Use new hal_log functions by Tiago Barros · 6 years ago
  25. 805536a Fix compiler warnings by Tiago Barros · 6 years ago
  26. 2ebed29 Fix error in KNOT_MSG_DATA_RESP msg handling by Tiago Barros · 6 years ago
  27. 62ec662 Fix error in is_uuid function by Tiago Barros · 6 years ago
  28. b74f099 Fix error on device_name declaration by Tiago Barros · 6 years ago
  29. d49fd27 Replace local msg vars by a global knot_msg var by Tiago Barros · 6 years ago
  30. 4158779 Re-order global variables by Tiago Barros · 6 years ago
  31. 562946b Change global buffer device_name to a pointer by Tiago Barros · 6 years ago
  32. 6f3ab06 Remove unnecessary function pointers in knot_protocol by Tiago Barros · 6 years ago
  33. 8b54e65 Fix incompatible pointer type warning by Claudio Takahasi · 6 years ago
  34. 33c21c2 Thing_protocol: Change led status to pin 6 by Marcela Oliveira · 6 years ago
  35. 6b4fea8 Add connected substate by Claudio Takahasi · 6 years ago
  36. 552d2a0 nRF24: Fix address when accepting connection by Claudio Takahasi · 6 years ago
  37. c2c1d9d Add minor coding style fixes by Claudio Takahasi · 6 years ago
  38. 99c902a Fix hal headers include by Claudio Takahasi · 6 years ago
  39. cb7268c knot_thing_protocol.c: Moving define for Arduino to correct place by Paulo Serra Filho · 6 years ago
  40. 0f3f2fe Remove leftover defines by Claudio Takahasi · 6 years ago
  41. edf29ff Remove leftover logging code by Claudio Takahasi · 6 years ago
  42. 8b9b41b Convert static local variable to local by Claudio Takahasi · 6 years ago
  43. 6b78d6f Handle invalid device by Rodrigo Alves · 6 years ago KNOT-v01.02-rc03 KNOT-v01.02-rc04
  44. 0ec07ca Remove global variable by Claudio Takahasi · 6 years ago
  45. 2f658c0 Replacing for smaller types and using progmen for strings. by Lucas Cavalcanti · 6 years ago KNOT-v01.02-rc02
  46. 7014c98 Remove unnecessary parenthesis by Gabriel Bandeira · 6 years ago
  47. d4ecc2a Remove unused variables by Gabriel Bandeira · 6 years ago
  48. c4933d5 Remove warning with a cast on pgm_read_word calls by Gabriel Bandeira · 6 years ago
  49. 93c313c Remove unnecessary log by Gabriel Bandeira · 6 years ago KNOT-v01.02-rc01
  50. 9d64fc8 Fix: Unnecessary logging by Erick Simões · 6 years ago
  51. c032804 Print Thing's MAC address on initialization by Gabriel Bandeira · 6 years ago
  52. d667612 Add hal_log to thing protocol by Gabriel Bandeira · 6 years ago
  53. 23fce2b Change hal_log to use PROGMEM by Gabriel Bandeira · 6 years ago
  54. 385cf15 Add LED to indicate connection status by Erick Simões · 6 years ago
  55. 6ecb929 Clear EEPROM if the mac address is invalid on initialization by Renie Delgado · 6 years ago
  56. 8a8cea9 Set new mac only if there isn't a valid mac on eeprom by Reniê Delgado · 6 years ago
  57. 2c36dff Fix: Send config response only if sucessfully stored by Paulo Serra Filho · 6 years ago
  58. 6d32f47 Update: Using the new knot_message_item by Paulo Serra Filho · 6 years ago
  59. e105eca Create schema_flag to inform if the GW received all the schemas by Paulo Serra Filho · 6 years ago
  60. 907e01f Fix: control reaches end of non-void function by Erick Simões · 6 years ago KNOT-v01.00
  61. 1217126 Fix: unused variable 'resp' by Erick Simões · 6 years ago
  62. 74f0c4e Fix: unused variable 'buffer' by Erick Simões · 6 years ago
  63. c6f40b8 Modify clear_eeprom_pin on Arduino by Paulo Serra Filho · 6 years ago
  64. d01b29e Refactor knot_thing_protocol_run by Paulo Serra Filho · 6 years ago
  65. 52807ac Fix return logic on mgmt_read by Paulo Serra Filho · 6 years ago
  66. 685b6ef Add: Close conection after reseting eeprom by Rodrigo Alves · 6 years ago
  67. c623c04 Add: Check if nrfd disconnected by Rodrigo Alves · 6 years ago
  68. ac555e6 Add: Clear UUID and TOKEN before reading by Paulo Serra Filho · 6 years ago
  69. 2e1736a Fix: is_uuid returns 1 if uuid is valid by Rodrigo Alves · 6 years ago
  70. b2d10e1 Fix: Shift include nrf24.h to before comm.h by Paulo Serra Filho · 6 years ago KNOT-v01.00-rc03
  71. d17eb11 Add: New parameter in hal_comm_init by Paulo Serra Filho · 6 years ago
  72. fa7ec2f Add: Retransmit register/auth by Rodrigo Alves · 6 years ago KNOT-v01.00-rc02
  73. fe97dad Add: Timeout to retransmit schema message by Rodrigo Alves · 6 years ago
  74. 32fbd63 Add: config time in seconds to trigger event by Rodrigo Alves · 6 years ago
  75. b306c25 Add: Create function to erase eeprom after pressing button by Paulo Serra Filho · 6 years ago
  76. c2c16de Fix: Use uuid_len from define instead of raw value by Paulo Serra Filho · 6 years ago
  77. 32d95ad Fix mac address initialization by Renie Delgado · 6 years ago
  78. f0206e9 Set Mac address on Thing by Renie Delgado · 7 years ago KNOT-v01.00-rc01
  79. 923e1d1 Fix: Remove extra structure by Rodrigo Alves · 6 years ago
  80. 0cdf0a7 Fix: Config response size by Rodrigo Alves · 6 years ago
  81. 69ebee4 Fix: Use new storage write function by Rodrigo Alves · 6 years ago
  82. d03f53e Add: Verify if UUID is valid by Rodrigo Alves · 6 years ago
  83. 06a8553 Fix: Use new storage read function by Rodrigo Alves · 6 years ago
  84. 55dd7d2 Fix: Wrong config callback pointer by Rodrigo Alves · 6 years ago
  85. 0292e61 Fix: Knotd expects sensor id as confirmation of config by Rodrigo Alves · 6 years ago
  86. f71739d Fix: Wrong config request header by Rodrigo Alves · 6 years ago
  87. bf38217 Coding style by Rodrigo Alves · 6 years ago
  88. f61747c Fix: Value returned from read is ssize_t by Rodrigo Alves · 6 years ago
  89. e296a1a Fix: Schema resp state to use new header types by Rodrigo Alves · 6 years ago
  90. c3880d6 Fix: Break code when an error occurs by Rodrigo Alves · 6 years ago
  91. cd2ebec Ignore EAGAIN by Rodrigo Alves · 7 years ago
  92. 95670f1 Fix: Use client socket by Rodrigo Alves · 7 years ago
  93. 4c406bc Thing protocol: Fix coding style by Rodrigo Alves · 7 years ago
  94. 482954a Add: Accept GW connection request by Rodrigo Alves · 7 years ago
  95. d231ca6 Add: Comm listen by Rodrigo Alves · 7 years ago
  96. 93b2a6a Fix: Set data should indicate back to the GW the value set by Rodrigo Alves · 7 years ago
  97. 978aef4 Fix: After authentication go to online by Rodrigo Alves · 7 years ago
  98. 63be4f6 Add send_data to thing protocol by Renie Delgado · 7 years ago
  99. ca4490f Created handlers for acks from GW by Paulo Serra Filho · 7 years ago
  100. 58dd030 Created skeleton for the STATE_ERROR by Paulo Serra Filho · 7 years ago