:::: MENU ::::
Posts tagged with: TCP/IP

TCP/IP solutions


TCP/IP solutions 관련 자료 링크입니다.



  • @Web TCP/IP Evaluation Kit
    Atmel has a product called the @Web TCP/IP Evaluation Kit. It works with the T89C51AC2 and the T89C51CC01 and the Keil C51 tools.

  • Advanced RTX Real-Time Kernel
    The Advanced Real-Time Kernel for XC16x, C16x, and ST10devices offers an RTX Real-Time Kernel, Flash File System, and TCP/IP Protocol Suite.

  • Circuit Cellar 8051 Web Server
    Circuit Cellar writer Jim Brady has created an 8051-based web server.

  • CMX-MicroNet
    CMX provides a small TCP/IP stack (CMX-MicroNet) for 8-bit devices included the 8051 family of microcontrollers.

  • CMX-TCP/IP
    CMX provides a TCP/IP stack (CMX-TCP/IP) for the C16x/ST10 and with protocol support for PPP, DHCP, SMTP, TFTP, FTP, SNMP, and Web Server.

  • Embedded Power Corporation
    Embedded Power Corporation makes a TCP/IP stack for the C16x/ST10 Devices.

  • InterNiche
    InterNiche makes a TCP/IP stack and lots of plug-ins that work with the Keil C16x/ST10 development tools and the Keil MCB167-NET Evaluation Board.

  • MCB167-NET
    The MCB167-NET Evaluation Board from Keil Software is an Internet-Ready single-board computer based on the Infineon C167 microcontroller. This board offers true Ethernet connectivity as well as support for single and dual CAN controllers.

  • NexGen
    NexGen makes a TCP/IP stack that works with the Keil C16x/ST10 development tools and the MCB167-NET Evaluation Board.

  • RealView Real-Time Library
    The RealView Real-Time Library for ARM7, ARM9, and Cortex-M3 devices offers an RTX Real-Time Kernel, Flash File System, and TCP/IP Protocol Suite.

  • SNMP Agent
    DMH Software makes an SNMP Agent that works with the 8051 family.

  • uIP TCP/IP stack
    Adam Dunkels’ uIP v0.9 TCP/IP stack has been ported to work with C51. Included is the uIP web server application and drivers for both serial port SLIP and RTL8018AS network card Ethernet communication. This port requires 256 bytes of internal (data + idata) and 1K of external (xram) RAM.

  • US Software
    US Software makes a TCP/IP stack for the C16x/ST10.


유용한 툴 – TCPView

이 툴은 예전에 sysinternals 라는 회사에서 만든 겁니다. Windows 기반의 유용한 유틸리티들을 만들던 이 회사는  2006년 7월에 마이크로소프트사가 인수를 했네요. www.sysinternals.com으로 접속하면 마이크로소프트사의 웹페이지가 열리고 관련된 내용이 나옵니다. http://technet.microsoft.com/ko-kr/sysinternals/default%28en-us%29.aspx

이툴은 현재 연결된 TCP 접속과 UDP 채널들을 process 별로 보여줍니다. 아래 그림에서 보듯이 각각의 process가 어떤 port로 어디에 연결이 되어 있는지 알수 있습니다. 내가 알지 못하는 프로그램이 특정 port를 열고 있다던가 하는 것을 찾는데도 유용합니다.


Sysinternals의 프로그램들은 http://live.sysinternals.com/ FTP에서 다운 받을 수 있으며, 이 프로그램은 http://live.sysinternals.com/Tcpview.exe 에서 다운로드 가능합니다.


유용한 툴 – Socket Tester

개발을 하다보면 테스트에 필요한 툴을 직접 만들어야 할때도 있다. 하지만 그전에 이미 누군가 만들어 놓은 툴이 있다면?
이것을 사용하는 것이 보다 효과적이다. 문제가 있을때 툴이 문제인지 보드가 문제인지 확인하기 전에, 일단 툴은 이상이 없다는 가정이 되니깐…

네트워크 프로그래밍을 하다보면 테스트가 필요한데,
가장 간단한 TCP server 및 client 로 동작하는 툴이 Castalia Technologies에서 만든 Socket Tester 프로그램이다.

확인해 보니 Castalia Technologies는 이젠 검색이 되지 않는데, 이 프로그램은 실행파일 하나로 동작하는 간단하지만 유용한 툴! 게다가 Freeware…


cfile10.uf.200C810C4BFC97B386191F.zip