bigjohngoulah
|
de586de7a6
|
now using simple ack handler for the write
|
2005-12-18 00:37:16 +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
|
9a9d072e14
|
added bacstr to linux demo makefile.
|
2005-12-17 22:23:06 +00:00 |
|
skarg
|
1181201f4e
|
Added BACnet Octet String API.
|
2005-12-17 22:14:01 +00:00 |
|
skarg
|
89da29480e
|
Corrected and unit tested the bitstring and character string API.
|
2005-12-17 22:05:08 +00:00 |
|
skarg
|
4670b0c90c
|
Moved bitstring handling to its own module - bacstr.c
|
2005-12-17 21:45:34 +00:00 |
|
skarg
|
950146b279
|
Created API for handing BACnet Character Strings, Octet Strings, and moved the Bit String handling into this module.
|
2005-12-17 21:41:37 +00:00 |
|
skarg
|
273e202afb
|
Moved the bacnet object and property map functions to their own module since they really didn't fit with bactext or indtext. Added FIXME notes.
|
2005-12-17 10:17:55 +00:00 |
|
bigjohngoulah
|
bd7f0b3ad4
|
added a sendWriteRequest, writeAckHandler, wp decode service request, struct and library to map property to tag
|
2005-12-16 21:39:57 +00:00 |
|
bigjohngoulah
|
babe7d57ff
|
added method to return property id given a name
|
2005-12-13 22:43:07 +00:00 |
|
skarg
|
9c716aab7b
|
Completed successfully unit testing the ReadPropertyMultiple service, and refactored the bacapp module unit test.
|
2005-12-11 23:43:41 +00:00 |
|
skarg
|
ea9a4635a5
|
rewriting ReadPropertyMultiple to use new BACnet Application Data type. Unit test is not passing yet.
|
2005-12-11 13:11:48 +00:00 |
|
skarg
|
a28d0acb14
|
added comments.
|
2005-12-11 13:10:29 +00:00 |
|
skarg
|
a2fbc7145e
|
refactoring to make unit test useful for others.
|
2005-12-11 13:09:46 +00:00 |
|
skarg
|
3d0eaed3d6
|
cleaned up the fallout after refactoring to bacapp module.
|
2005-12-10 22:42:41 +00:00 |
|
skarg
|
ed11b33b29
|
refactored the application tagged encode and decode, and created types for character and octet strings.
|
2005-12-10 22:37:44 +00:00 |
|
skarg
|
51da4244ad
|
refactored the application data encoding and decoding and created BACapp module.
|
2005-12-10 22:22:46 +00:00 |
|
skarg
|
72babc5fff
|
updating rpm, and ran dos2unix to clean up text files.
|
2005-12-10 20:42:55 +00:00 |
|
skarg
|
31c0374df9
|
cleaning up compiler errors.
|
2005-12-10 19:01:33 +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
|
1d407c435d
|
changed type to remove warning with gcc
|
2005-12-04 00:25:10 +00:00 |
|
skarg
|
25a8e90222
|
Corrected bug #1359439 which had some misuse of pointers in it. Note that this file is still a work in progress and does not compile yet.
|
2005-12-01 17:45:32 +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
|
2be2887b69
|
Corrected bug #1359436 which had the incorrect len for APDU service parameters. Also corrected the service type for segmented complex ACK responses.
|
2005-12-01 17:32:18 +00:00 |
|
skarg
|
6e84cf38e2
|
added additional BACnet 2004 enumerations. Added some more BACnet text for the enumerations.
|
2005-11-19 22:56:58 +00:00 |
|
skarg
|
876608d1ac
|
added some BACnet enumerations from the 2004 standard. Added some more BACnet text for those enumerations.
|
2005-11-19 22:15:11 +00:00 |
|
skarg
|
572f4aca76
|
created
|
2005-11-17 21:42:45 +00:00 |
|
skarg
|
2edddfa604
|
Cleaned up the BACnet text handling and added it to the read-property handler.
|
2005-11-17 11:59:56 +00:00 |
|
skarg
|
c4c04087ee
|
*** empty log message ***
|
2005-11-16 21:58:08 +00:00 |
|
skarg
|
ee9c1301ed
|
Testing some write property character string stuff.
|
2005-11-16 21:42:49 +00:00 |
|
skarg
|
22f720ea3f
|
Added some object type enumerations
|
2005-11-15 20:34:13 +00:00 |
|
skarg
|
9f84b7262b
|
created BACnet text conversion base for use with fuller featured BACnet devices that need to show some text.
|
2005-11-15 11:48:38 +00:00 |
|
skarg
|
0bf3be87a4
|
Created index to text library for handling enumeration to text conversions.
|
2005-11-15 11:47:18 +00:00 |
|
skarg
|
cc5c1bba47
|
Added comments to the read property demo.
|
2005-11-13 12:55:12 +00:00 |
|
skarg
|
69899a03b5
|
removed RPM.c from the make since it is not ready for prime time yet.
|
2005-11-13 00:47:39 +00:00 |
|
skarg
|
dadef5cc6e
|
Corrected refactoring that failed to compile :-)
|
2005-11-13 00:45:34 +00:00 |
|
skarg
|
491a0c34cd
|
Refactored error message for RPM to use.
|
2005-11-13 00:38:27 +00:00 |
|
skarg
|
a2cdae2301
|
added comment.
|
2005-10-21 11:11:52 +00:00 |
|
skarg
|
d647cb6d2d
|
Added decoding for ReadPropertyMultiple - not unit tested or validated.
|
2005-10-21 11:11:26 +00:00 |
|
skarg
|
1bb486bffa
|
corrected RPM Ack encoding.
|
2005-10-18 13:01:58 +00:00 |
|
skarg
|
3ca33605fe
|
cleaned up some warnings.
|
2005-10-17 20:54:17 +00:00 |
|
skarg
|
a384de5bbf
|
Finished unit testing ReadPropertyMultiple. Not finished with RPM ACK.
|
2005-10-17 20:53:40 +00:00 |
|
skarg
|
6be58cf93f
|
Created a coding standard to maximize cross platform and multiple compiler compatibility. I probably need to clean up some of the code to meet the standard! The standard was based on the Ethereal coding standard.
|
2005-10-13 11:22:15 +00:00 |
|
skarg
|
54ba9561d8
|
adding ReadPropertyMultiple support - more work to do...
|
2005-10-12 18:02:32 +00:00 |
|
skarg
|
57396fd0a9
|
added license text to project
|
2005-10-10 17:45:26 +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 |
|