forked from schwehr/libais
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog.html
108 lines (96 loc) · 4.05 KB
/
ChangeLog.html
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html> <head>
<title>libais changelog and release history</title>
</head>
<body>
<ul> <!-- list of all releases -->
<li>0.8 - 2012-05-12
<ul>
<li>MANIFEST.in now has VERSION</li>
</ul>
<li>0.7 - 2012-04-30
<ul>
<li>Added MANIFEST.in</li>
<li>setup.py compliant with pypi</li>
<li>Added AIS area/zone messages 8:1:22 and 8:366:22</li>
</ul>
<li>0.6 - 2010-06-17
<ul>
<li>ais21.cpp: new file - AtoN status</li>
<li>ais.h: fix CHECKPOINT for emacs 23</li>
<li>ais.h: Proper inheritance from AisMsg of message_id, repead_id and mmsi</li>
<li>ais.h: started trying to define 8_366_34 - zone msg</li>
<li>nagios_pg_ais.py: new file - monitor db statios with nagios ssh or snmp</li>
</ul>
<li>0.5 - 2010-05-25
<ul>
<li>Still a lot of untested/unimplemented messages</li>
<li>docs: Include ESR's AIVDM.txt with permission</li>
<li>docs: MID / DAC / MMSI prefixes now listed in mid.csv</li>
<li>docs: dac/fi list</li>
<li>docs: More notes for message designers</li>
<li>Added msg 8 - 1:11 - IMO Met/Hydro</li>
<li>Added AIS msg 9 - SAR Position</li>
<li>nais2py.py: Added try except wrapper on ProcessingThread. Also
try to track one off error found on call with timestamp converting
to float</li>
<li>send_data.py: new file for testing</li>
<li>nais2py.py: LineQueue now has a custom drop handler for too many lines waiting.
Could be better. </li>
<li>nais2py.py: Added threaded network interface.
Seeing the network side overwhelm the processing thread</li>
<li>nais2py.py: Added response_class handling to VesselNames. Can be preloaded.
Allows periodic name dump</li>
<li>nais2py.py: Added ENABLE_DB flag to try runs without database execute commands.
Faster debugging</li>
<li>vessels.csv: new file - example preloading of vessel names as response ships</li>
</ul>
<li>0.4 - 2010-05-11
<ul>
<li>nais2py.py: Started providing a command line interface</li>
<li>nais2py.py: Added PositionCache class</li>
<li>nais2py.py: Added distance calculation code. </li>
<li>nais2py.py: Changed the database table names and structure. Now vessel_name and vessel_pos</li>
<li>ais_lut.py: new file with lookup tables to make ais wire codes human readable.</li>
</ul>
<li>0.3 - 2010-05-10
<ul>
<li>ais.c: added check_error_messages to make sure they are not out of sync</li>
<li>-D_GLIBCXX_DEBUG appears broken in GCC 4.[0-2] so do not use</li>
<li>ais_decode_normed.cpp: temporary C++ side decoding of normed AIVDM messages</li>
<li>nais2pg: added vesselname class to manage updates to postgresql</li>
<li>Added message 24</li>
<li>Fixed python reference counting. Added XXSafeSetItem functions</li>
</ul>
<li>0.2 - 2010-05-06
<ul>
<li>Added C++ error handling to classes via AIS_STATUS</li>
<li>C++ message now inherit from AisMsg and need to call init() in
constructor</li>
<li>Added C++ messages 7_13, 14, 18, and 19</li>
<li>aivdm_to_bits now has error checking</li>
<li>ais123.cpp renames to ais1_2_3.cpp</li>
<li>Switched to unicode in ais_py.cpp to support Python 3</li>
<li>ais_py.cpp has strange INIT to handle Python 2 and 3</li>
<li>nais2pg.py is starting to implement a new AIS feed to database
daemon</li>
<li>Redid my old USCG regex to have better names with lower_lower style</li>
<li>LineQueue should now support reading through a socket, which I
got wrong before</li>
<li>Total redo of the Normalization queue to be much lower
overhead and to call the regex only once per line received. Only
keep they body of all but the last message in a sequence.</li>
<li>test_libais.cpp is not really a test framework, but it does
try out the pure C++ world.</li>
</ul>
<li>0.1 - 2010-05-03
<ul>
<li>Able to decode messages 1-5 from python</li>
<li>Still a lot of work left to do!</li>
</ul>
</li>
</ul>
<hr>
<address></address>
<!-- hhmts start -->Last modified: Fri Jun 3 13:31:19 EDT 2011 <!-- hhmts end -->
</body> </html>