Just like Visual C++ ClassWizard, UML StateWizard provides a UML state machine programming mechanism in portable standard C/C++ for cross-platform program developement including Win32/WinCE and embedded systems developing and simulating. After embedded systems' simulation and debugging in IDE,...
Blueprint Software Modeler FREE Community Edition A free and powerful UML software modeling tool implemented according to the latest UML2.1 standard; integrated with and built on top of the Eclipse3.2 IDE. The Community Edition supports the most important diagrams: - Class Diagram - Package Diagram - Component Diagram - Composite Structure Diagram - Object Diagram - Use Case Diagram - Activity Diagram - State Machine Diagram - Sequence Diagram...
HS SMTP LITE is a software library in C (supplied with full source code) which implements the client side of Simple Mail Transfer Protocol (SMTP) over TCP socket layer according to RFC 821. Support for transfer of basic message header and text is provided
To send a text email message to any address on the internet, the user application calls a single function HsSmtpSendMail, specifying mail server name or IP address, sender address,...
HS POP3 Lite is a software library in C (supplied with full source code) which implements the client side of Post Office Protocol Version 3 (POP3) over TCP socket layer according to RFC 1939. Among other features, the library supports user authentication, reception of basic internet headers and text, message deletion and statistics
First user application calls HS POP3 initialisation function supplying pointers to callback functions in user...