 |
DM&P DOS Sockets Library |
Version 0.61 - 2007/08/08
- Support Ethernet in Vortex86SX SoC.
Version 0.60 - 2004/12/09
- Support AX88796 100M LAN chipset for M6117D series.
- Fix checksum bug for odd-bytes packets.
Version 0.51 - 2002/07/24
- Time out check added in SocketGetString() to avoid halt.
Version 0.50 - 2002/06/11
Version 0.42 - 2002/05/20
- DSock programming guide and library reference updated.
- Function SocketFlush() and SocketFlushNext() added.
Version 0.41 - 2002/05/16
- DSock programming guide updated.
- Function SocketIsTcp/UdpPortUsed() and SocketFindFreeTcp/UdpPort() added.
- SocketIsConnected() fixed.
Version 0.40 - 2002/04/30
- DSock programming guide updated.
- Re-build DSock library with Turbo C 2.0.
- Function SocketSendTo(), SocketRecvFrom() and
DSock_Version added.
- UDP Talk example updated.
Version 0.33 - 2002/04/15
- Rebuild DSock library to be compatible with Turbo C++
1.01.
- Rebuild examples to compile okay with Turbo C++ 1.01.
- DSock programming guide added.
Version 0.32 - 2002/04/01
- SocketSend2() is added. It will read data in buffer
and return immediately.
- Library reference document updated.
Version 0.31 - 2002/01/17
- Time out check added in SocketRecv() to avoid halt.
Version 0.30 - 2002/01/15
Version 0.21 - 2002/01/09
- Time out check added in SocketSend() to avoid halt.
Version 0.20 - 2001/12/11
- SocketPutString() improved.
- SMTP server example added.
- POST and GET method supported in HTTP server example.
- FTP/HTTP/SMTP/TELNET server functions are charged to non-blocking.
- Programmer can call those functions more easily.
- Start-up project supports FTP/HTTP/SMTP/TELNET server for programmer.
- Programmers can use this project to development their Internet application with
DSock quickly. It already supports FTP/HTTP/SMTP/TELNET server function, and use
BOOT/DHCP to get network setup.
Add their job in MY_JOB.C and find remark with "@CODE" to add/improve service function.
It is for people who want to create Internet application quickly and easily.
This project is also used by our demo program of
Mity-Mite Module demo box.
Version 0.13 - 2001/11/22
- Talk server example added.
- It will show you how to write a server program to accept multiple clients.
Version 0.12 - 2001/09/19
- SocketRecv2() is added. It will read data in buffer and return immediately.
Version 0.11 - 2001/08/06
- Add packet driver at \lib & \demo\exe.
Version 0.10 - 2001/08/02
If you have any problem with the DSock, mail to
soc@dmp.com.tw please.