refactored the BACnet/IP for each of the ports

This commit is contained in:
skarg
2005-08-12 15:44:42 +00:00
parent 81ce0fef85
commit bc21625461
14 changed files with 373 additions and 440 deletions
+1
View File
@@ -314,6 +314,7 @@ int main(int argc, char *argv[])
#endif
#ifdef BACDL_BIP
Init_Network("eth0");
bip_set_port(0xBAC0);
if (!bip_init())
return 1;
#endif