본문 바로가기

Development Programs

소켓 상태, 소켓 연결, 소켓 상태 체크 , 소켓 감시 체크 프로그램

반응형

 

 

 

 

프로젝트 진행중에 망분리 사업으로

 

 

소켓 연결 상태 확인등이 수시로 필요해 작업했습니다.

 

 

카드사와 , 국민보험공단  인터페이스 등 소켓인터페이스 하는 부분이 있는데

 

 

내부 네트워크가 불안한지 수시로 소켓에러가 발생하네요

 

 

 

 

그래서 만들었습니다

 

TCPING GPL 라이센스 으로 닷넷 윈폼을 쒸워 만든 TCP 포트 체크 프로그램

  

 

 

 

 

 

 

소스 올려 드려요

 

 

TcpCheck_배포용.zip

 

 

 

 

 

 

 

아래는 TCPING 소개

 

http://www.elifulkerson.com/projects/tcping.php

 

License:

  • The code for this program is available under the GPL.
  • tcping.exe - ping over a tcp connection

    Description:

    tcping.exe is a small console application that operates similarly to 'ping', however it works over a tcp port. Not a terribly interesting concept, but I had trouble finding a windows utility to do this that I was happy with. There are now several different implementions of this floating around, written independently by different people. There are many like it, but this one is mine.

    Update: tcping now also speaks http. If the '-h' flag is used, tcping will connect and attempt to download the given url over http in addition to opening the port. (Note: doesn't parse www.example.org:8080/document.html format. Use "tcping -h www.example.org/document.html 8080" instead.)