This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

multiple server on one client - light switch demo

Hellou. I'm developing application, which is modifiaction of light switch demo. I need use 128 servers and one client. But when I redefine in SERVER_COUNT to 128 in client application, it is no posible connect to servers (servers are not promisioned). I was read somewhere its needed change ACCESS_FLASH_PAGE_COUNT and DSM_FLASH_PAGE_COUNT . But I didn't find how many pages are needed for example 128 servers. My question is how many bytes are needed for writing data to ACCESS_FLASH and how many bytes are needed for writing data to DSM_FLASH by promisioning for 1 server. When i know how many bytes ist needed for 1 bytes, its enoght multiple by SERVER _COUNT(exactly 128) and from this calculate hoe many pages is needed for ACCESS_FLASH_PAGE_COUNT and  DSM_FLASH_PAGE_COUNT. 

Thank you for answer. 

Parents
  • Hello,

    Our project consists of one gateway device in the distribution box and up to 128 node devices located inside luminaires. We need only single model for communication between the gateway device and node devices – there is our propriatery protocol integrated inside the data which are sent between the devices. Could you please make a recommendation for us which topology is the optimal for the application in regards of memory requirements? Should the gateway device be a server or a client?

Reply
  • Hello,

    Our project consists of one gateway device in the distribution box and up to 128 node devices located inside luminaires. We need only single model for communication between the gateway device and node devices – there is our propriatery protocol integrated inside the data which are sent between the devices. Could you please make a recommendation for us which topology is the optimal for the application in regards of memory requirements? Should the gateway device be a server or a client?

Children
Related