搜索资源列表
redboot_200840.zip
- Redboot,ported to the i.MX27 PDK board. It was designed to be very portable, extensible, and configurable. Some of the features are: • Host connectivity via RS-232 or Ethernet • Command line interface via RS-232 or Telnet • Imag
networking.rar
- 嵌入式Linux下使用的telnet客户端和服务器源码,非常经典。,Embedded Linux to use the telnet client and server source code, very classic.
ftpd_FTP_Telnet
- busybox-1.14.2+wu-ftpd-2.6.2实现FTP和Telnet移植详解 平台:Ubuntu8.10 交叉编译器:arm-linux-gcc 3.41 文件系统工具:busybox-1.14.2 ftp移植软件:wu-ftpd-2.6.2 相关软件: bison-1.35. netkit-base-0.17 移植目标:arm2440开发板-busybox-1.14.2+ wu-ftpd-2.6.2 realization explain FTP
telnet_client.tar
- telnet客户端源代码,在嵌入式系统的telnet功能移植上有用-telnet client source code, telnet functions in embedded systems useful for transplants
ipdectos
- 一个不错的linux封装,包括timer, msgq,thread,syslog, telnet,串口命令等调试。编译后在linux可以直接运行,看懂后就可以在嵌入式环境直接运行。-good linux wrapper for practice,including timer,msgq,thread,sem, syslog,telnet,serial port debug.
busybox-1.14.2
- BusyBox 是标准 Linux 工具的一个单个可执行实现。BusyBox 包含了一些简单的工具,例如 cat 和 echo,还包含了一些更大、更复杂的工具,例如 grep、find、mount 以及 telnet。有些人将 BusyBox 称为 Linux 工具里的瑞士军刀.简单的说BusyBox就好像是个大工具箱,它集成压缩了 Linux 的许多工具和命令。-BusyBox is a standard Linux tool to achieve a single executable. B
SecureCRT
- ssh,ssh2,telnet,串口等协议的终端工具,非常好用-ssh, ssh2, telnet, serial protocol terminal tools, very easy to use
Gps
- gps远程监控系统,主要介绍了整个系统的内容,怎么做的,细节的说明-gps telnet system
linux_telnetd
- 分析嵌入式linux中telnet服务器的实现-analysis for telnet server in embeded linux.
busybox-1.16.0
- BusyBox 嵌入式开发中比不可少的工具,是一个集成了一百多个最常用linux命令和工具的软件。BusyBox 包含了一些简单的工具,例如ls、cat和echo等等,还包含了一些更大、更复杂的工具,例grep、find、mount以及telnet。-BusyBox than necessary in the embedded development tools, is an integrated more than one hundred most commonly used Linux co
console redirect
- 应用于嵌入式Linux系统,telnet登入linux系统之后可以将串口信息重新导至telnet,使能看到应用的实时信息.