Commit Graph

671 Commits

Author SHA1 Message Date
skarg 13aaa9e847 Added debug prints to the AtomicReadFile handler. 2007-06-06 16:38:39 +00:00
skarg cddb5b7dd3 Corrected signed value decoding for signed16 and signed8. 2007-06-06 15:54:24 +00:00
skarg 8d557718d2 2007-06-06 00:17:59 +00:00
skarg 6a2f43712f Corrected cancellation request for SubscribeCOV decoding. 2007-06-06 00:16:12 +00:00
skarg 8207c3931b Corrected the size of the file chunk requested when the Max APDU is 50. 2007-06-06 00:13:58 +00:00
skarg 8a428c2e79 Corrected signed value decoding. 2007-06-06 00:12:32 +00:00
skarg d144039df7 Added Winsock error text. 2007-06-01 18:51:33 +00:00
skarg 54010e7cbb modified the server default build defines for win32. 2007-06-01 18:32:42 +00:00
skarg f02edb879e 2007-06-01 18:31:47 +00:00
skarg 5084d3f50d Consolidated the debug print information for the linux server demo. 2007-06-01 17:48:34 +00:00
skarg f618f21715 Corrected default ethernet interface for Linux port. 2007-06-01 16:15:00 +00:00
skarg dd0d60b856 Corrected BACnet/IP received to ignore packets from itself. 2007-06-01 15:59:09 +00:00
skarg 98e2469937 Added to-do list as README.todo 2007-05-30 23:37:56 +00:00
skarg f1ac491f5b Fixed BACnet/IP debug message for Win32 port. 2007-05-30 23:29:17 +00:00
skarg ba810c0aed Cleaned up format of source code. 2007-05-30 23:28:12 +00:00
skarg 57af6b6551 fixed the default interface for Linux to be eth0. 2007-05-30 21:48:12 +00:00
skarg f936794362 Added BIG_ENDIAN define to all the unit tests so they would compile. 2007-05-28 15:37:10 +00:00
skarg f12380becd Updated for epics demo. 2007-05-25 03:09:50 +00:00
skarg 8026dc003b Combined the interface set into the datalink_init for all the datalink layers. Changed all the demo programs to use datalink_init instead of specific datalink functions. 2007-05-25 01:08:42 +00:00
skarg 076ee5f3ca Changed priority parameter to unsigned since we don't need to use negative values and were not checking for negative to be invalid. 2007-05-22 13:44:07 +00:00
skarg 78cec1d8c4 Added ability to specify the BACnet/IP interface on multi-homed machines from the command line demo for demo/epics on a Win32 platform. 2007-05-22 00:19:05 +00:00
skarg 8139ea6fa1 Fixed the BACnet/IP broadcast messages to send as BVLC_ORIGINAL_BROADCAST_NPDU. Corrected comments about Broadcasts. 2007-05-22 00:17:39 +00:00
skarg 6140afa5c3 tested win32 build. 2007-04-17 13:29:56 +00:00
skarg fc97f448bf Changed demo constant float instead of cast. 2007-04-17 13:29:21 +00:00
skarg ccf23bafb3 Added note for contribution. Thank you Ferran! 2007-04-17 13:26:43 +00:00
skarg 58a3e5fc73 Corrected transaction state machine from a potential infinite loop when more than one invokeID is used at a time. 2007-04-17 13:13:23 +00:00
skarg 09c774418a Added improved debug for Win32 BIP init (CN) 2007-04-04 12:42:08 +00:00
skarg 23807e0c83 Enhancing the EPICS demo. 2007-04-03 11:04:25 +00:00
skarg becfdc947d Adding more functionality to Lighting Output object. 2007-04-02 21:49:21 +00:00
skarg 0f53e4c9e9 Updated the pic18f6720 demo in the ports directory. Added EPICS for the pic18f6720. 2007-04-02 21:31:26 +00:00
skarg aefe3dccd0 2007-04-02 20:58:17 +00:00
skarg af939531ce Added include file to fix compiler warning. 2007-04-02 20:10:45 +00:00
skarg 8ad1126df6 Added check to see if BIG_ENDIAN was defined and issue an error if it was not defined. 2007-04-02 20:10:01 +00:00
skarg 4dcd77dbf6 Fixed include list in readme.txt 2007-04-02 20:08:32 +00:00
skarg d9e1e7a5e4 2007-04-02 19:51:39 +00:00
skarg ee3771eb07 Added analog value object to the ReadProperty handler for the pic18f6720 ports demo. 2007-04-02 16:18:15 +00:00
skarg 3acdc464aa Updated website content. 2007-04-02 12:58:21 +00:00
skarg 2b85b30b55 Added a diagram showing basic architecture. Added FAQ document. 2007-04-02 00:37:37 +00:00
skarg 42ade5a5a0 Added WriteProperty service and Analog Value object without priority array to pic18f6720 port demo. 2007-03-30 20:51:57 +00:00
skarg 378b5f710d Copied remotely 2007-03-30 20:25:31 +00:00
skarg 42146f3da7 Removed file/folder 2007-03-30 20:23:35 +00:00
skarg 825b7cf0ca Copied remotely 2007-03-30 20:23:22 +00:00
skarg 1d231312aa Copied remotely 2007-03-30 20:22:31 +00:00
skarg bfb5859a44 cleaned up errant comments. 2007-03-30 20:17:36 +00:00
skarg 8b13d401a3 cleaned up warning for unused variables during Win32 compile. 2007-03-28 13:06:48 +00:00
skarg b602ba5739 Added demo for extracting EPICS from device. Only extracts device object properties at this time. 2007-03-27 17:39:27 +00:00
skarg 7205b32f99 Changed PIC18F6720 demo to include BI, BV, and AI objects. 2007-03-27 14:06:58 +00:00
skarg befc997533 Reverted change of sprintf %u to %lu since gcc defines uint32_t as unsigned int rather than long unsigned int like the pic. I will just add a note to the readme or demo projects for the PIC. 2007-03-27 13:44:48 +00:00
skarg c861d27cad Potential library include. 2007-03-27 12:59:47 +00:00
skarg b68f1a0f8e Changed sprintf from %u or %d to %lu to fix problem in PIC ports. 2007-03-27 11:20:39 +00:00