Network discovery in Java using multicasting

前端 未结 4 767
挽巷
挽巷 2020-12-08 11:52

I\'m trying to make a client/server Java App. Both client and server will be running on the same wi-fi network. Server will be running on a specific port that client is awar

4条回答
  •  被撕碎了的回忆
    2020-12-08 12:21

    I would strongly recommend using JGroups. It has a lot of features and it will do all the UDP stuff. JBoss uses it for their clustering.

提交回复
热议问题