Send data over telnet without pressing enter

前端 未结 5 1284
猫巷女王i
猫巷女王i 2020-12-06 10:36

I\'ve recently started messing around with Java sockets and telnet...

I want the user to be able to connect to the server, just type a letter and have it sent to the

5条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-06 10:57

    My advise is to use netcat for that purposes. It can behave like instant messenger, without pressing enter. searching for netcat tutorial returns tons of videos.

提交回复
热议问题