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 |
|
skarg
|
dc5b3e63fe
|
Updated documentation for WhoIs command line tool. Created a man page.
|
2008-05-20 04:33:01 +00:00 |
|
skarg
|
3728b74f85
|
Centralized the readme.txt from ports/win32 to doc/ directory.
|
2008-05-07 18:35:36 +00:00 |
|
skarg
|
d36719d68c
|
Corrected missing letter on enumeration.
|
2008-05-05 17:49:32 +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
|
800993aecc
|
Updated files to be able to build under mingw32 for linux.
|
2008-04-25 19:35:04 +00:00 |
|
skarg
|
d51b8f161d
|
Updated readme.
|
2008-04-24 01:22:35 +00:00 |
|
skarg
|
3d3d7e420d
|
Ran the comment and indent tools on the source code.
|
2008-04-24 01:07:23 +00:00 |
|
skarg
|
2ed87c2e0c
|
Corrected AdapterInfo subnet mask which was not correctly determined for IpAddresses that were assigned to second or one of the follow up network interfaces. Thank you Thomas!
|
2008-04-16 23:05:00 +00:00 |
|
skarg
|
140f9369fc
|
Corrected the BACnet/IP code to accept packets Forwarded from BBMDs. Thank you Carl!
|
2008-04-16 14:50:34 +00:00 |
|
skarg
|
df310edca6
|
Updated Visual Studio ports project, cleaning up compile warnings.
|
2008-04-10 05:31:08 +00:00 |
|
skarg
|
f020c09d9b
|
|
2008-04-09 20:27:50 +00:00 |
|
skarg
|
fc8c9c687c
|
Added double to BACnet encoding/decoding. untested.
|
2008-04-09 16:33:46 +00:00 |
|
skarg
|
dff2ef777b
|
Updated the readme for AVR.
|
2008-04-09 15:39:01 +00:00 |
|
skarg
|
be315cc392
|
Changed the default APDU size to reduce stack requirements.
|
2008-04-04 16:00:08 +00:00 |
|
skarg
|
7f6df4a69b
|
Updated the version number.
|
2008-03-30 17:13:58 +00:00 |
|
skarg
|
be7cfceb41
|
Updated readme file for Atmel AVR ATmega168 port.
|
2008-03-28 14:18:07 +00:00 |
|
skarg
|
69e7992cd1
|
Added CStack check to project by putting it into the device object as property 512. The compile shows 648 bytes of RAM used, and the device has 1024 bytes of RAM, leaving 376 for the CStack. Property 512 index 0 returns 376. So, my understanding is that the RAM that is not allocated to the variables is used for the CStack, something to keep in mind when developing. After some exercising, the stack shows 159 CStack bytes free, meaning that 216 bytes of CStack are used. Note that 0xC5 (197) was used to paint the CStack.
|
2008-03-28 02:47:33 +00:00 |
|
skarg
|
19910c90ce
|
Corrected BBMD precompiler flag. Thanks, Paul!
|
2008-03-28 02:35:19 +00:00 |
|
skarg
|
919f4b67bd
|
Fixed IAR embedded workbench atmega168 project by allocating more CSTACK space. Simplified the iar/gcc compatibility.
|
2008-03-25 22:14:38 +00:00 |
|
skarg
|
a174b9bf59
|
Added more functionality to the ATmega168 demo.
|
2008-03-20 21:32:39 +00:00 |
|
skarg
|
944cb46e51
|
Enhanced the ATmega168 demo project to include WriteProperty service to the Analog Value and Device objects.
|
2008-03-19 23:17:19 +00:00 |
|
skarg
|
fe0563f751
|
Updated slightly.
|
2008-03-19 21:47:16 +00:00 |
|
skarg
|
608db1e390
|
removed tsm unit test - which was doing nothing...
|
2008-03-19 21:33:14 +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
|
6380985dc2
|
updated splint shell script for directory structure change.
|
2008-03-17 15:01:41 +00:00 |
|
skarg
|
c8677814a6
|
Corrected bug in ATmega168 port demo project, which required some code reduction to fit using GCC compiler.
|
2008-03-14 22:15:49 +00:00 |
|
skarg
|
01438b7aa6
|
Corrected message in makefile.
|
2008-03-13 15:25:30 +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
|
d373f3cc07
|
Updated website file.
|
2008-03-11 14:47:00 +00:00 |
|
skarg
|
d8d39d6d30
|
updated version information
|
2008-03-11 14:46:27 +00:00 |
|
skarg
|
11be993b1f
|
Added BACFILE to server demo.
|
2008-03-10 22:10:10 +00:00 |
|
skarg
|
5085e5bb69
|
Added info about the address cache file, and removed it from the utils directory.
|
2008-03-10 21:45:49 +00:00 |
|
skarg
|
cf9d15631a
|
Indented using indent script. Corrected any C++ comments using the comment script.
|
2008-03-10 21:00:48 +00:00 |
|