-
skarg committed revision 1553 to the BACnet Protocol Stack SVN repository, changing 2 files.
2009-12-31 15:35:37 UTC by skarg
-
skarg committed revision 1552 to the BACnet Protocol Stack SVN repository, changing 1 files.
2009-12-30 15:16:14 UTC by skarg
-
One solution which seems to be working is to have two sockets:
One socket is bound to the unicast IP address and the socket's option SO_BROADCAST is set. Everything is sent through this socket. But this socket is unable to receive broadcasts.
The second socket is bound to the broadcast address and needs the SO_REUSEADDR option set.
I use three alias addresses to run three instances of...
2009-12-29 21:13:33 UTC by bacpack
-
skarg committed revision 1551 to the BACnet Protocol Stack SVN repository, changing 1 files.
2009-12-29 05:21:22 UTC by skarg
-
Hello Piotr,
I configured a setup to duplicate your problem:
$ sudo ifconfig wlan0:0 192.168.0.199 up
$ ifconfig
wlan0 Link encap:Ethernet HWaddr 00:16:b6:5a:11:29
inet addr:192.168.0.102 Bcast:192.168.0.255 Mask:255.255.255.0
inet6 addr: fe80::216:b6ff:fe5a:1129/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500...
2009-12-27 22:33:22 UTC by skarg
-
skarg committed revision 1550 to the BACnet Protocol Stack SVN repository, changing 1 files.
2009-12-21 15:13:45 UTC by skarg
-
skarg committed revision 1549 to the BACnet Protocol Stack SVN repository, changing 3 files.
2009-12-18 04:20:44 UTC by skarg
-
skarg committed revision 1548 to the BACnet Protocol Stack SVN repository, changing 1 files.
2009-12-15 21:51:57 UTC by skarg
-
HI All,
For my exercise I use **bacserv** and **bacwi** demo applications.
My eth0 interface IP address is **192.168.1.139** and I added eth0:0 alias to be **192.168.1.26**
The **bacserv** seems to know what I want:
/ # BACNET_IFACE=eth0:0 ./bacserv 1234
BACnet Server Demo
BACnet...
2009-12-14 15:23:03 UTC by bacpack
-
petermcs committed revision 1547 to the BACnet Protocol Stack SVN repository, changing 7 files.
2009-12-11 14:54:56 UTC by petermcs