Easyvitools Palm Applications

Home        
Windows applications:        
Easy Control  (script engine like PocketC but for Windows platform and Basic language, for serial and TCP/IP comms)
EzCom2Web  (lightweight web server and server side script engine for building web interfaces for serial ports)

Network native libraries for PocketC compiler (Palm)

Why not freeware ?
I live in a poor country (Romania, Eastern Europe) and I have a very low income even I am working in IT domain.
I am forced to market these applications to support my and my family decent life .
I am willing to:
- sell these libraries with copyright, sources and all rights, for a fair price.
OR
- make these libraries freeware, but only if someone is willing to pay me a reasonable amount of money.
If you are interested in any of above, please contact me here.

Socket library (pc_sock)

Description:
PocketC native library for low-level TCP/IP communications based on sockets.
Palm devices with OS > 2.0, PocketC compiler (embedded or Desktop Edition).
Shareware.
Functions:
- tcp_netopen(); // Opens the network.
- tcp_netclose(); // Closes the network.
- tcp_connect(string address, int port, int timeout); // Connects to server.
- tcp_disconnect(int socketref); // Disconnects from server.
- tcp_write(int socketref, string data); // Writes data through an open socket.
- tcp_read(int socketref, int len, string token, int timeout); // Reads data from an open socket.
- tcp_purge(int socketref); // Flushes the input buffer of an open socket.
- tcp_ver(); // Returns library version (currently 102).
- tcp_reg(string devkey); // Register the library (remove the nag alert).
Download:
pc_sock.zip - Trial version.
Please contact me here for the price.
Why not freeware ?

FTP library (pc_ftp)

Description:
PocketC native library implementing FTP client functions.
Palm devices with OS > 2.0, PocketC compiler (embedded or Desktop Edition).
Shareware.
Functions:
- ftp_netopen(); // Opens network.
- ftp_netclose(); // Closes network.
- ftp_connect(string host, int port, string user, string password); // Connects to ftp server.
- ftp_close(); // Disconnects from server.
- ftp_dir(); // DIR command.
- ftp_dir_file(string filename); // DIR command with a specified file name.
- ftp_cd(string directory); // CD command.
- ftp_pwd(); // PWD command.
- ftp_net_timeout(int timeout); // Change the timeout used in network calls.
- ftp_put(string filename); // Uploads filename to server. Handles both .prc and .pdb files.
- ftp_mkd(string directory); // Makes directory.
- ftp_rmd(string directory); // Removes directory.
- ftp_del(string filename); // Deletes file.
- ftp_get(string filename); // Downloads filename (.prc or .pdb) from server.
- ftp_ver(); // Returns library version (currently 101).
- ftp_reg(string devkey); // Register the library (removes the nag alert).
Download:
pc_ftp.zip - Trial version.
Please contact me here for the price.
Why not freeware ?

SendMail library (pc_smail)

Description:
PocketC native library for sending mail.
Palm devices with OS > 2.0, PocketC compiler (embedded or Desktop Edition).
Shareware.
Functions:
NEW: attachements support* !
Can send .pdb and .prc databases attached to the message!
*only in full version.
- smail_server(string server); // Specify mail server address.
- smail_port(int port); // Specify port. Default 25.
- smail_domain(string domain); // Specify domain for HELO SMTP command.
- smail_mailfrom(string from); // Specify sender mail address.
- smail_rcptto(string to); // Specify destination mail address.
- smail_subj(string subj); // Specify subject of the mail.
- smail_send(string body); // Send message with body as text.
- smail_timeout(int timeout); // Specify timeout for network calls.
- smail_ver(); // Return library version (currently 101).
- smail_reg(); // Register the library (remove the nag alert).
Download:
pc_smail.zip - Trial version.
Please contact me here for the price.
Why not freeware ?

Copyright Cosmin Buhu, 2002-2003