NET-HTTP-SERVER-P-P1-SINGLE is a uC/HTTP File Transfer Protocol server module with single product license. It is an add on application layer protocol to uC/TCP-IP. Hypertext Transfer Protocol (HTTP) is used to exchange data in all types of formats (text, video, graphics and others) over the World Wide Web. This protocol uses TCP port 80 for sending and receiving data. An HTTP server "serves" web pages, files requested by the browser and usually stored on a mass storage medium. uC/HTTPs embedded HTTP servers allow for web pages to be stored as part of the code. In this case, a file system is unnecessary, and a custom method is used to read and transfer information. HTTP is one of the easiest ways to access multimedia content such as music and videos.
- HyperText Transport Protocol server, a.k.a. web server
- Scalable to contain only required features and minimize memory footprint
- Support any File system or can be used via a static file system which is provided
- Supports up to 255 client connections
- Support webpage handling form POST submissions (CGI)
- Support SSL (Secure Sockets Layer)
嵌入式设计与开发, 通信与网络