Commit Graph

340 Commits

Author SHA1 Message Date
skarg 23d2cd6592 Corrected compilation on linux - added conditional min macros. 2008-10-29 03:49:43 +00:00
skarg 2797764d65 Corrected the MS/TP capture to limit data to the input buffer. (again) 2008-10-28 18:14:00 +00:00
skarg 4dd074630b Corrected the MS/TP capture to limit data to the input buffer. 2008-10-27 19:53:11 +00:00
skarg 63ca977553 Testing with MS/TP. 2008-10-21 22:44:39 +00:00
skarg 1dad528da8 Added optional active/inactive text properties to Binary Output object. 2008-10-13 19:00:25 +00:00
skarg 075edab107 Made the error reporting consistent with ReadProperty demo. 2008-10-04 22:34:46 +00:00
skarg 5df087c88c Simplified the WhoIsRouterToNetwork and InitializeRouter demo. 2008-09-14 16:12:59 +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 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 0ffbb64c13 Indented with standard indent rules. 2008-08-23 12:38:26 +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 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 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 73fcc6f88b Changed default makefile back to BACnet/IP datalink. 2008-07-28 13:40:18 +00:00
skarg c6b60cc676 Testing MS/TP on Linux. 2008-07-27 15:27:17 +00:00
skarg 241e877d23 indented. 2008-07-20 13:22:15 +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 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 2338f3b3a3 Updated project files, makefiles, and the demo debug info. 2008-06-23 00:17: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 dc5b3e63fe Updated documentation for WhoIs command line tool. Created a man page. 2008-05-20 04:33:01 +00:00
skarg 45d2c6247f Updated the demo application Code::Blocks projects to include iphlpapi library for Win32 builds. Thank you to Upside Down for reporting it! 2008-05-02 21:28:35 +00:00
skarg 3d3d7e420d Ran the comment and indent tools on the source code. 2008-04-24 01:07:23 +00:00
skarg 80023d79db Corrected indentation using the indent tool. 2008-03-19 21:26:54 +00:00
skarg fb453ae1aa Corrected bug in ATmega168 demo in the RS-485 driver. Also updated the IAR project for Embedded workbench 5.10. Stats:
IAR Atmel AVR C/C++ Compiler V5.10A/W32 
10191 bytes of CODE memory (+36 range fill) 
  775 bytes of DATA memory (+24 absolute) 

avr-gcc (GCC) 4.2.2 (WinAVR 20071221rc1)
Program:   12052 bytes (73.6% Full)
Data:        481 bytes (47.0% Full)
2008-03-19 20:21:44 +00:00
skarg c8eb5cb012 Updated documentation. Moved built files to bin directory, and removed the utils directory. 2008-03-11 15:43:20 +00:00
skarg 11be993b1f Added BACFILE to server demo. 2008-03-10 22:10:10 +00:00
skarg cf9d15631a Indented using indent script. Corrected any C++ comments using the comment script. 2008-03-10 21:00:48 +00:00
skarg e2f7234e7d Modified the linux makefiles to work with MinGW by passing in BACNET_PORT=win32 from the make command. Corrected the AdapterInfo patch, and tested it. 2008-03-10 20:44:18 +00:00
skarg 453272f255 Corrected makefile. 2008-03-09 13:34:13 +00:00
skarg cff20d7669 Cleaned up compiler warnings for Borland 5.5 compile. 2008-03-08 15:09:14 +00:00
skarg a3e2d61f56 Modified linux makefiles for compiling with MinGW. Not successful yet (except under codeblocks). 2008-03-08 15:08:27 +00:00
skarg 17b556df69 Created module for holding object properties in a list. 2008-03-03 15:09:47 +00:00