forked from EvoLogics/evins
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Changelog
29 lines (25 loc) · 1.11 KB
/
Changelog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Change Log
## [Unrelased]
### Fixed
- solved race condition of parallel fsm start up by
casting of additional {allowed} messages on fsm connection
to the role_worker
### Changed
- starting to maintain Changelog
- WIP: refactoring to exclude role_alh
- at_seqeunceError doesn't cause reconnection to the modem,
generates {send_error, MM, Reason} event instead
- in case, if role_at waits modem answer longer than a second,
it doesn't produce at_sequenceError anymore and tries to send
to the modem
- rewritten t-lohi and csma-aloha implementation
### Added
- added support of STATUS BES in role_at
- position transmission via fsm_polling_mux, EVOSSB reception/generation
- added role_at_impl to mirror implementation side AT interface (supports only NET mode)
- WIP: neigbourhoud update by overhearing acoustic signal at networking layer
- NL,get,polling command to polling protocol
- NL,set,polling,empty resets polling sequence
- NL,get,polling/NL,polling,status,Status command and report to polling protocol
- log_output parameter in sys config
- install target to Makefile, install to $EVINS_DIR