프로젝트 진행중에 망분리 사업으로
소켓 연결 상태 확인등이 수시로 필요해 작업했습니다.
카드사와 , 국민보험공단 인터페이스 등 소켓인터페이스 하는 부분이 있는데
내부 네트워크가 불안한지 수시로 소켓에러가 발생하네요
그래서 만들었습니다
TCPING GPL 라이센스 으로 닷넷 윈폼을 쒸워 만든 TCP 포트 체크 프로그램
소스 올려 드려요
아래는 TCPING 소개
http://www.elifulkerson.com/projects/tcping.php
License:
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.)
'Development Programs' 카테고리의 다른 글
c#으로 작성된 코드를 네이티브 빌드 해보자 (2) | 2024.06.19 |
---|---|
datatable row 순서 변경 Winform 그리드의 상하 이동시키는 Row 이동 하기 (1) | 2024.05.24 |
scoped_dir 폴더 삭제 프로그램 (33) | 2024.05.10 |
c# 엑셀 버전 찾기 (0) | 2022.11.18 |
CopyAssist 0.1 - 클립보드를 커스텀하게 변환하는 유틸, 복사 유틸 (1) | 2012.02.20 |