-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathChangelog
49 lines (43 loc) · 1.85 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# 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
- role_at fixed AT?NOISE response
- fixed NMEA RMC parsing
- evins:stop() and evins:restart() caused crash reports, number of such cases
was greatly reduced
- fsm_conf sending ATO for modems with at filter - no response expected
- eclck parse command
### Added
- added NMEA SLBL command set
- role_at parametrization via config file
- added support of AT% commands to role_at
- added share:match_object function
- added a possibility to call ctrl handler from role_worker implementation,
for example, by calling timer:send_after(T, {ctrl,X}) from
role_worker functions
- PEVOCTL,TIMESYNC message to control system time status
- added fsm_pos_nl, mod_pos_nl - sending positions and angles generated by SINAPS
through network;
- added fsm_ctd_nl, mod_ctd_nl - sending ctd sensor information through network;
- added maybe_send_at_command with parametrized answer_timeout
- PEVOCTL,QLBL message set
- PEVOERR,Report message
- added connection simulation for erlang connection type in role_worker
- fsm_conf generates config command in case of connected event from upper
layer - at_impl
### Changed
- logger now uses OTP21 API, core log messages are changed
- evins:logon()/evins:logoff() enables debug-level messages on console
- to enable disk-logginng specify command-line oprtion -evins log_file "\"log/evins\""
and optional -evins log_max_no_files 5 and -evins log_max_no_bytes 4194304
- updated erlang.mk
- chaged PEVOLBL and PEVOLBP message formats
# Removed
- evins:rb() function, just remove it from your code
- dependency on ninenines libraries: cowboy, ranch, cowlib
- dependency on jsx
- network and mac protocols
Reactivation of Changelog on 13.04.2020