Timeline for Writing a TCP server in bash [duplicate]
Current License: CC BY-SA 3.0
15 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Apr 12, 2016 at 19:38 | history | closed |
Jakuje Anthon MelBurslan chaos Jeff Schaller♦ |
Duplicate of /dev/tcp listen instead of nc listen | |
| Apr 12, 2016 at 16:40 | review | Close votes | |||
| Apr 12, 2016 at 19:38 | |||||
| Jan 5, 2016 at 19:55 | comment | added | LawrenceC | TCP doesn't do packets either, but streams. | |
| Dec 12, 2015 at 21:42 | answer | added | basin | timeline score: 3 | |
| Dec 12, 2015 at 21:18 | history | tweeted | twitter.com/StackUnix/status/675786825424887808 | ||
| Dec 12, 2015 at 19:23 | answer | added | Stéphane Chazelas | timeline score: 3 | |
| Dec 12, 2015 at 9:10 | answer | added | mikeserv | timeline score: 8 | |
| Dec 12, 2015 at 2:01 | comment | added | Mingye Wang | I don't think bash gives a syntax to listen on ports. Use netcat. | |
| Dec 11, 2015 at 23:31 | history | edited | SpecialBomb | CC BY-SA 3.0 |
Explaining why I'm not using telnet/ssh
|
| Dec 10, 2015 at 23:21 | history | edited | Gilles 'SO- stop being evil' | CC BY-SA 3.0 |
edited title
|
| Dec 10, 2015 at 8:39 | answer | added | gerhard d. | timeline score: 3 | |
| Dec 10, 2015 at 5:15 | comment | added | Marco |
What's wrong with cat </dev/tcp/hostname/port (for instance to output to the console)? If that's not what you want please add more details about what exactly you need.
|
|
| Dec 10, 2015 at 4:53 | comment | added | SpecialBomb | @Mikel Nothing really. I honestly have no idea what im doing, and I was going to piece together the information I got. | |
| Dec 10, 2015 at 4:47 | history | edited | Mikel | CC BY-SA 3.0 |
edited title
|
| Dec 10, 2015 at 4:37 | history | asked | SpecialBomb | CC BY-SA 3.0 |