Microsoft’s .NET Framework class library doesn’t support certain common communication protocols, for example, the NNTP and POP3 protocols. Although still in its infancy, Smilla’s .NET Communication Library is attempting to fill the gap. By using Smilla’s class library, developers can add NNTP protocol support to their applications for functionalities such as:
• Reading newsgroups
• Reading common MIME types
• Posting new articles (simple text only)
• Supporting attachments
Developers can therefore write Windows Forms and ASP.NET (Web Forms) client newsreader apps. The library has been written in C#, but is not marked as CLS compliant. It is distributed under the GNU Lesser General Public License and is open source. Further protocols are supposed to be added in the future, eventually residing in separate assemblies.
Comments
No comments have been submitted for this product. Be the first user to submit a comment.
More Similar Software
Win/CE Std Serial Comm Lib for eVB 3.3 ... The Windows/CE Standard Serial Communications Library for eVB (WSC4eVB) is a serial port communication library for Embedded Visual Basic (eVB) programs for the Pocket PC (PPC) and the Handheld PC (HPC).
WSC4eVB includes 33 serial port functions plus XMODEM and YMODEM protocols, and a selection of eVB example programs. Requires Microsoft Embedded Tools 3.0.
WSC4eVB features include:
* Can control any serial device connected to the serial port.
* Can control multiple ports ...
COMM-DRV/CE Standard Edition 1.0 ... COMM-DRV/CE is a professional serial communication library for Windows/CE & Pocket PC. It supports ZModem, YModem, and XModem file transfer protocols as well as modem communication.
COMM-DRV/CE does not require that you have a Pocket PC to develop serial communication applications. It was developed with eMbedded Visual C++ 3.0 which includes a Pocket PC emulator that behaves virtually identically to any of the Pocket PCs on the market today. Moreover we have included the DLLs necessary to ...
COMM-DRV/Lib.Net Professional Edition 20.00 ... COMM-DRV/Lib.Net is a professional serial communication library component for the .Net Windows development environment. It is extremely easy to use whether you are writing simple serial communication applications or complex enterprise applications. The documentation of this serial communication library is extremely easy to follow and includes examples for each component method. COMM-DRV/Lib.Net is royalty free.
Major Features
* Supports C#, Visual Basic .Net.
* Support ALL .Net languages ...
COMM-DRV++ 1.0 ... Easy to use professional serial communication C++ class library for Windows. COMM-DRV++ allows you to accomplish your serial communication task literally in minutes after installation. We have encapsulated general communication functions into easy to understand methods that are applicable to real world applications.
The following example is a complete working Windows application that calls another computer and transfers a file to it. Could it be any simpler?
#include "CCdrvPPPort.h" ...
vstr 1.0.14 ... Vstr is a safe and fast string library for C. It is designed for network communication. Its design uses blocks of ptr+length data, so adding, substituting, and deleting data are all fast operations. This model also allows it to do automatic referencing for mmap() areas of memory. Shortcut APIs are included to mmap() a file into a Vstr string, and read()/write() data to/from a Vstr string. Another big feature of the library is a POSIX and ISO 9899:1999 compliant printf() like function, which can ...