commented out the read properties actions so that by default it only acts like a simple server.
This commit is contained in:
@@ -237,7 +237,7 @@ int main(int argc, char *argv[])
|
|||||||
(void)argc;
|
(void)argc;
|
||||||
(void)argv;
|
(void)argv;
|
||||||
Device_Set_Object_Instance_Number(124);
|
Device_Set_Object_Instance_Number(124);
|
||||||
Init_Service_Handlers();
|
Init_Service_Handlers();
|
||||||
// init the data link layer
|
// init the data link layer
|
||||||
/* configure standard BACnet/IP port */
|
/* configure standard BACnet/IP port */
|
||||||
bip_set_port(0xBAC0);
|
bip_set_port(0xBAC0);
|
||||||
@@ -281,7 +281,9 @@ Init_Service_Handlers();
|
|||||||
Send_WhoIs();
|
Send_WhoIs();
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
Read_Properties();
|
{
|
||||||
|
//Read_Properties();
|
||||||
|
}
|
||||||
|
|
||||||
// output
|
// output
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user