skarg
|
075edab107
|
Made the error reporting consistent with ReadProperty demo.
|
2008-10-04 22:34:46 +00:00 |
|
skarg
|
313e5cb0d6
|
Updated demo to include environment settings.
|
2008-09-30 15:30:22 +00:00 |
|
skarg
|
67a7cdbc12
|
Added port for ATmega8 - but not quite small enough yet. Compiled for ATmega168 (but at 8734 bytes of flash).
|
2008-09-27 22:19:23 +00:00 |
|
skarg
|
437de29ce7
|
Added splintrc and lint checking.
|
2008-09-26 15:21:13 +00:00 |
|
skarg
|
9a61f79a72
|
Added NULL pointer checking to ring buffer library.
|
2008-09-16 12:59:06 +00:00 |
|
skarg
|
5df087c88c
|
Simplified the WhoIsRouterToNetwork and InitializeRouter demo.
|
2008-09-14 16:12:59 +00:00 |
|
skarg
|
3a0f109d66
|
Added h_npdu to demo lib and example projects.
|
2008-09-07 04:23:44 +00:00 |
|
skarg
|
4b2839c3c2
|
Moved npdu_handler to demo/handler/h_npdu.c file.
|
2008-09-07 04:14:50 +00:00 |
|
skarg
|
224d74f417
|
Moved npdu_handler from npdu.c to demo/handler/h_npdu.c file, since this will change for routers and gateways.
|
2008-09-07 04:13:58 +00:00 |
|
skarg
|
6398d5075a
|
Updated version number
|
2008-09-07 04:03:55 +00:00 |
|
skarg
|
41d6a918ed
|
Updated website page.
|
2008-09-07 04:03:10 +00:00 |
|
skarg
|
43a75a4671
|
Incremented the version number
|
2008-09-06 21:06:10 +00:00 |
|
skarg
|
7c0116b54a
|
Improved Initialize Router to Network demo to print results.
|
2008-09-06 14:24:25 +00:00 |
|
skarg
|
e27d2abff2
|
Updated the who-is-router-to-network demo.
|
2008-09-06 13:56:25 +00:00 |
|
skarg
|
61759224a6
|
Changed Init Router message to have DER = true.
|
2008-08-29 16:47:30 +00:00 |
|
skarg
|
4d4b7a1904
|
Updated to compile with current code base.
|
2008-08-28 17:35:49 +00:00 |
|
skarg
|
a00059bede
|
Corrected a problem that debug_printf could not be implemented from c++ code because it did not contain the de-munging of c++ names. Thank you to Cameron C.!
|
2008-08-28 13:31:36 +00:00 |
|
skarg
|
5617052532
|
Made comment match MSDN documentation.
|
2008-08-25 21:55:17 +00:00 |
|
skarg
|
10191b70de
|
Changed _Bool to be int8_t type rather than enum type. This should fix size compatibility with C++.
|
2008-08-25 15:34:16 +00:00 |
|
skarg
|
2ab30fc981
|
Corrected Visual C++ win32/net.h include file define.
|
2008-08-25 01:50:21 +00:00 |
|
skarg
|
e9894cfbb8
|
Cleaned up warning.
|
2008-08-23 12:50:42 +00:00 |
|
skarg
|
c236f51c99
|
Updated release procedure for new SourceForge file upload changes.
|
2008-08-23 12:49:10 +00:00 |
|
skarg
|
0ffbb64c13
|
Indented with standard indent rules.
|
2008-08-23 12:38:26 +00:00 |
|
skarg
|
36c5c765b4
|
Corrected unit test make file.
|
2008-08-23 12:33:29 +00:00 |
|
skarg
|
757472d881
|
Corrected filename to work under MinGW.
|
2008-08-23 11:40:44 +00:00 |
|
skarg
|
2b38e1ec77
|
Adding Init Routing Table message client.
|
2008-08-23 11:40:14 +00:00 |
|
skarg
|
e75eaf0973
|
Adding router inquiry demos.
|
2008-08-21 22:30:27 +00:00 |
|
skarg
|
5c6f263a16
|
Added I-Am-Router-To-Network demo. Untested.
|
2008-08-20 22:17:43 +00:00 |
|
skarg
|
2e6dc739a6
|
changed router functions filename.
|
2008-08-20 13:37:19 +00:00 |
|
skarg
|
224f1b2843
|
|
2008-08-20 13:04:07 +00:00 |
|
skarg
|
b7305f3da8
|
Added Who-Is-Router-To-Network client application.
|
2008-08-19 22:40:47 +00:00 |
|
skarg
|
9c316a65dc
|
Moved APDU Timeout and Retries to apdu module.
|
2008-08-17 02:12:58 +00:00 |
|
skarg
|
0326112c68
|
Created MS/TP capture tool that captures from USB->RS485 converter and sends data to SNAP Protocol for Wireshark capture.
|
2008-08-17 00:35:18 +00:00 |
|
skarg
|
2328f0fe59
|
Updated makefiles and build scripts for Borland tools.
|
2008-08-14 16:35:26 +00:00 |
|
skarg
|
1142eb7202
|
Converted the Linux MS/TP datalink module to use semaphores (pthread conditions) instead of sockets or queues. Copied module from Win32. Untested.
|
2008-08-10 13:51:32 +00:00 |
|
skarg
|
dc03c31c99
|
Updated version.
|
2008-08-07 01:58:32 +00:00 |
|
skarg
|
b310bd055a
|
Indented with indent.sh script.
|
2008-08-05 13:53:57 +00:00 |
|
skarg
|
10e74470a5
|
Updated the MS/TP Capture tool, and cleaned up the net.h defines.
|
2008-08-02 16:23:29 +00:00 |
|
skarg
|
6328b51cbc
|
Merging the dlmstp for Windows and Linux, so that a common module can be used for building. Untested.
|
2008-08-02 15:41:51 +00:00 |
|
skarg
|
395f7fea18
|
Updated master make to include mstpcap demo application.
|
2008-08-02 12:51:08 +00:00 |
|
skarg
|
a81814147a
|
Added some print info the mstpcap demo like packet count, baud rate, and interface.
|
2008-07-30 20:33:00 +00:00 |
|
skarg
|
df89a0ec2c
|
Added demo/mstpcap application for capturing MS/TP data from a serial port and saving it to PCAP format to mstp.cap file.
|
2008-07-30 19:58:16 +00:00 |
|
skarg
|
96c140eda2
|
Added PCAP file saving for MS/TP captures, which can use a USB->RS485 converter.and be viewed in Wireshark.
|
2008-07-30 01:35:33 +00:00 |
|
skarg
|
49e83f4b5f
|
Added MS/TP Capture to PCAP format for Wireshark viewing to the rx_fsm program in ports/win32.
|
2008-07-29 14:45:25 +00:00 |
|
skarg
|
0e521b7a05
|
Adding PCAP file support.
|
2008-07-28 22:40:58 +00:00 |
|
skarg
|
73fcc6f88b
|
Changed default makefile back to BACnet/IP datalink.
|
2008-07-28 13:40:18 +00:00 |
|
skarg
|
2b55f1aabf
|
Testing MS/TP on Linux. Queues not working yet...
|
2008-07-27 17:29:37 +00:00 |
|
skarg
|
c6b60cc676
|
Testing MS/TP on Linux.
|
2008-07-27 15:27:17 +00:00 |
|
skarg
|
950f441cf0
|
Added man page for ReadProperty demo application.
|
2008-07-26 21:01:18 +00:00 |
|
skarg
|
a8c36762db
|
Converted the MS/TP FSM src module to use the debug printf.
|
2008-07-21 16:05:55 +00:00 |
|