skarg
4d19c82f59
Created a demo Multi-state Output object, and added it to the demo applications.
2006-08-05 19:36:55 +00:00
skarg
376f210107
Updated the ports/win32 project so that it would compile under Visual C++ and Borland C++.
2006-08-02 14:58:16 +00:00
skarg
f58b94efec
Added a demo for Binary Value object and Analog Value object.
2006-08-02 11:17:42 +00:00
skarg
648af404d6
indented per coding standard using indent.sh
2006-05-24 19:57:35 +00:00
skarg
a6cd9d3967
Updated ports/win32 demo for Visual C++ to compile and run with the latest example objects (BI, BO, and LSP). Cleaned up a couple of compile warnings, which corrected a bug in the Binary Output object.
2006-05-02 14:06:16 +00:00
skarg
e6a37a34a8
Added a Binary Input object to the demo objects and updated the demo applications and device object to support the new object.
2006-03-22 03:51:36 +00:00
skarg
69289f8f88
applied patch for ports/win32 Visual C++ build from Peter Gsellmann:
...
Use relative search-path instead of absolute ones
Let you compile also the release configuration
Insert file dcc.c into project
define TSM_ENABLED in project settings
reduce warnings
Insert missing variable I_Am_Request
2006-03-01 17:49:05 +00:00
skarg
38805aabc9
Applied svn propset svn:eol-style CRLF to files.
2006-03-01 17:14:24 +00:00
skarg
b686fa7ca7
changed c++ comments to c comments using comment.sh script.
2006-02-19 01:33:30 +00:00
skarg
d6a891f0d1
running the indent on the files.
2006-02-18 23:11:25 +00:00
skarg
5fcf45a781
Created I-Have service encoding/decoding/unit test.
...
Added handlers for I-Have and Who-Has.
Added send for I-Have and Who-Has.
Created demo for WhoHas.
Added I-Have handling in server demo.
2006-02-16 21:35:06 +00:00
skarg
7f2adf1c57
added DEBUG_BIP define to keep debug out of demos.
2006-02-09 23:58:43 +00:00
skarg
b364c03893
removed duplicate function
2006-02-08 17:09:47 +00:00
skarg
89e1d3cd70
Adjusted RTOS-32 port for common demo programs.
2006-02-05 03:02:49 +00:00
skarg
fa6cb596cb
Fixed up the USE_INADDR define and created a BIP_DEBUG define for Win32.
2006-02-03 21:54:26 +00:00
skarg
85fcb0380d
Added additional hints for VC++ project building.
2006-02-03 15:37:08 +00:00
skarg
427eb31e8d
Added demo for BACnet simple server in the demo/server directory.
...
Added demo for BACnet ReadProperty service.
Added demo for BACnet WriteProperty service.
2006-01-23 13:04:29 +00:00
skarg
4b6f3a45a2
updated win32 borland port demo file for new directory layout.
2006-01-17 15:59:30 +00:00
skarg
cabdeab081
Fixed up most warnings after bacdcode changes to unsigned and signed decoding.
...
Fixed up the Visual C++ demo in ports/win32/bacnet/
2006-01-16 15:00:22 +00:00
skarg
0ea1bf30bf
refactored handlers.c into a bunch of little individual files in the demo/handler/ directory. Handlers begin with h_, and Send files begin with s_. The Send files are prototyped in client.h.
2006-01-14 23:48:03 +00:00
skarg
4556df7083
updated after moving BACnet object modules.
2006-01-10 21:23:55 +00:00
skarg
fb7376c019
updated after move of bacnet object files.
2006-01-10 21:00:31 +00:00
skarg
d7ed1480fe
Moved the demo objects into demo/object directory, and updated the makefiles and unit tests to handle the move.
2006-01-10 20:36:30 +00:00
skarg
2a9cea02be
commented out the read properties actions so that by default it only acts like a simple server.
2006-01-06 13:19:33 +00:00
skarg
2dd16e5be2
corrected unit tests for character set encodings.
2006-01-05 19:54:52 +00:00
skarg
00b86b9219
Added more Visual C++ hints.
2006-01-04 19:50:00 +00:00
skarg
3fca3c464e
updated comments
2006-01-04 17:14:13 +00:00
skarg
95938b7a51
Added some building hints for Visual C++.
2006-01-03 15:17:38 +00:00
skarg
b8b3d24b32
Updated the Visual C++ project.
2006-01-03 13:52:28 +00:00
skarg
96091fd6f4
configured for free Borland command line tools as the default.
2006-01-01 21:33:01 +00:00
skarg
0de4bcd4d8
Updated for Win32 build using Borland compiler.
2006-01-01 20:41:32 +00:00
skarg
bdecdea485
updated to reflect actual usage.
2005-12-23 17:40:50 +00:00
skarg
1cc71f8d14
changed the modules to use the new BACNet string types.
...
Modified the device object to handle having the string properties changed via WriteProperty service.
Updated the unit tests.
Updated the demo objects.
2005-12-23 17:39:36 +00:00
skarg
1f34710f24
Changed the APDU handler to handle freeing the transactions even when there is a custom handler being used.
2005-12-17 22:37:16 +00:00
skarg
caf018f072
updated the read property demo.
2005-12-07 19:55:39 +00:00
skarg
ca72bf7f9f
modified the BACnet/IP init code for the win32 platform to make it work on my system. It seems that something else is intercepting the packets when the bind was set to INADDR_ANY, so I just bind to the host default adapter.
2005-12-07 17:01:26 +00:00
skarg
b7321923af
Cleaned up compiler warnings and errors for Win32 build.
2005-12-07 15:15:27 +00:00
skarg
723aa1cbf3
Updated Borland port of Win32 to compile cleanly and run the demo.
2005-12-01 17:33:03 +00:00
skarg
cc5c1bba47
Added comments to the read property demo.
2005-11-13 12:55:12 +00:00
skarg
491a0c34cd
Refactored error message for RPM to use.
2005-11-13 00:38:27 +00:00
skarg
c701c987a2
changed my workspace a little
2005-09-29 19:33:24 +00:00
skarg
c45d61b9e2
Updated code to compile on MPLAB C18 v2.44 compiler.
2005-09-29 19:28:18 +00:00
skarg
b15fdebd83
updated BACnet-IP for the Borland C++ compiler, and added a makefile to make the demo.
2005-09-29 17:59:03 +00:00
skarg
f0f3c9ab64
Got the ARCNET datalink layer working
2005-09-07 13:01:54 +00:00
skarg
4ba79baf1e
Added handling for ARCNET on the Linux port.
2005-09-06 20:41:01 +00:00
skarg
7368ba24f6
refactored after BACnet/IP refactoring.
2005-09-06 20:31:34 +00:00
skarg
211e0fdb34
Added ARCNET raw packet handling for Linux.
2005-09-06 20:28:52 +00:00
skarg
705a04b92f
fixed compile errors
2005-08-15 17:53:13 +00:00
skarg
2e87236e9b
Added externs declarations to header files to handle C++ compilation.
...
Cleaned up BACnet/IP API a little.
2005-08-13 14:10:21 +00:00
skarg
fdbe2eab1e
fixing the RTOS-32 port for BACnet/IP.
2005-08-12 21:22:50 +00:00