简体   繁体   中英

Send request to Devices using Netty

What's the best approach to continuously and within a certain interval send request and get response to several IoT Devices using Netty.

Netty's IdleStateHandler schedules IdleStateEvents to be sent when a channel hasn't read or written data in a while. Should be a good starting point for you https://github.com/netty/netty/blob/4.1/handler/src/main/java/io/netty/handler/timeout/IdleStateHandler.java

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM