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 |
|
skarg
|
241e877d23
|
indented.
|
2008-07-20 13:22:15 +00:00 |
|
skarg
|
556270a791
|
Corrected compiler warnings about float and double.
|
2008-07-17 21:27:22 +00:00 |
|
skarg
|
22cce0ceda
|
Removed unused fprintf for now since it was giving compiler warnings.
|
2008-07-17 21:14:05 +00:00 |
|
skarg
|
fb614330c9
|
Added library depencies to the target binary so that they would get built when the library changed.
|
2008-07-17 20:56:39 +00:00 |
|
skarg
|
f6d792d30d
|
Corrected BBMD for Forwarded-NPDU and Distributed-Broadcast-to-Network. Added source address exclusions to FDT sends.
|
2008-07-17 14:18:32 +00:00 |
|
skarg
|
7d763e9a7b
|
Debugging BVLC.
|
2008-07-16 02:43:29 +00:00 |
|
skarg
|
a889733e2b
|
Added fprintf function.
|
2008-07-15 14:53:04 +00:00 |
|
skarg
|
21be109e10
|
Added more items. Removed completed items.
|
2008-07-15 14:09:16 +00:00 |
|
skarg
|
37b0295325
|
Added line to allow building with debug.
|
2008-07-14 20:49:58 +00:00 |
|
skarg
|
8432c0087a
|
For WriteProperty demo, added error messages when tag value pairs are missing or exceeding the internal limits. Increased the internal limits from 16 to 64 pairs. Thank you, Duane K.!
|
2008-07-14 20:49:11 +00:00 |
|
skarg
|
82ff127ff3
|
Corrected the COV Subscription demo handler - every new subscription was getting index number 0
and overwriting the previous one. Thank you Janusz K.!
|
2008-07-14 14:18:11 +00:00 |
|
skarg
|
cae6cceea7
|
Added BVLC shell script.
|
2008-07-11 15:46:50 +00:00 |
|
skarg
|
bd05f7f6aa
|
Added example file for doing Foreign device registration with example clients.
|
2008-06-23 03:32:10 +00:00 |
|
skarg
|
f0b4f826dd
|
Added check for DNET as part of address to make sure it is for us and not a network beyond us.
|
2008-06-23 00:19:59 +00:00 |
|
skarg
|
56f9492dcb
|
Corrected BVLC module for Foreign Device registration.
|
2008-06-23 00:19:17 +00:00 |
|
skarg
|
f0ae21f367
|
Corrected uninitialized variable.
|
2008-06-23 00:18:38 +00:00 |
|
skarg
|
2338f3b3a3
|
Updated project files, makefiles, and the demo debug info.
|
2008-06-23 00:17:51 +00:00 |
|
skarg
|
9b9c6a1381
|
Added print debug module.
|
2008-06-23 00:16:29 +00:00 |
|
skarg
|
0cb7ad6d9c
|
Added check to make sure destination network address is zero, indicating a local destination (me) instead of a routed destination.
|
2008-06-20 17:38:51 +00:00 |
|
brayra
|
24e7c4c908
|
Added check at end of function main for Error_Detected and return 1 if there were errors.
Added "Error_Detected=true" to TSM Timeout and ADPU Timeout error conditions.
|
2008-06-17 18:18:30 +00:00 |
|
skarg
|
f006765c94
|
Fixed print name.
|
2008-06-06 11:48:09 +00:00 |
|
skarg
|
aaea48f08b
|
Added hints for setting up compile environment on Ubuntu.
|
2008-06-06 11:47:38 +00:00 |
|
skarg
|
d8e1bf0bd6
|
Added new error code enumerations.
|
2008-05-23 16:47:17 +00:00 |
|
skarg
|
97a068239b
|
Added new props and objects to bactext
|
2008-05-23 15:00:16 +00:00 |
|
skarg
|
602a4b7a63
|
Corrected compile error after adding new enums.
|
2008-05-23 13:22:00 +00:00 |
|
skarg
|
eca501fd9b
|
Added new object types and properties from Addenda.
|
2008-05-22 18:07:03 +00:00 |
|
skarg
|
693696da22
|
Updated readme.
|
2008-05-20 20:07:29 +00:00 |
|