【发布时间】:2013-02-01 08:56:18
【问题描述】:
最近我在一次采访中被问到一个我做不到的问题。有人对此有解决方案吗?
Grab all connected IP´s on the Linux machine
check every connected IP if TCP port 1706 is open
if its open > execute command. CURL ‘http:// some address ’
Else do nothing.
program will check this every 60 minits
Plattform Linux Ubuntu Server 12. X64 / x32
C++ 中的 WAP
谢谢!!
【问题讨论】:
-
您当然可以完成其中的某些部分。你有什么问题?
-
问题是我上面提到的
标签: c++ linux ip-address tcp-port