
![]() |
The Vsage SMS API provides an easy to use interface to communicate with your GSM Modem/Compatible mobile phone connected to your PC. For more information, please visit http://smsapi.vsagesoftware.com.
|
![]() |
Vsage SMS Mass Sender allows users to send customized SMS messages to a large list of users using a single click. For more information about this product, please visit http://sms.vsagesoftware.com.
|
![]() |
Bittorrent Coordination Tracker System This is an ongoing project that I am working on. The Bittorrent Coordination Tracker System attempts to improve the robustness of the bittorrent protocol by allowing groups of users to coordinate and download discrete parts of a file so that they can build a collectively exhaustive set of pieces for the file in the minimum amount of time. The tracker server advices each client involved in the coordination process on which pieces of the file to assign higher priority to. All communication between the client and server uses XML for easy readability. I am currently running a test system at http://www.voidbots.net. For a brief faqs type of explanation about this project, please visit http://vsagesoftware.com/vct. Links to the clients for both Windows and Linux are also available at the same location.
|
![]() |
SMF Multiforum Installer This is a simple Multiforum installer script to set up SMF forums(simplemachines.org). All forums use a single copy of the SMF files and creating a new forum requires about 16KB of disk space + db space. Care has been taken to ensure that the core SMF files are not modified so updates and patches can be applied easily. A working demo of this script has been set up at http://freeforums.vsagesoftware.com/forums/install.php. |
![]() |
Bittorrent Client This is a sample bit torrent client that I built for a project I am working on. It is based on the libtorrent library. The binary is available for free download. Updates will be added as they are available |
![]() |
DHCP Client and Server The DHCP client and server use the DHCP protocol to dynamically configure ip addresses for clients in a network. The administrator can choose between assigning ip addresses based on the mac address of the client or assigning addresses from a dynamic pool or a mixture of both. This application was designed as a sample and thus runs in a very verbose mode. It can however be modified to run as a daemon for use in a practical environment. The binary is available for free download.
|
![]() |
Vsage Graphics Editor This is a graphical editor similar to MS Paint but designed to work in dos using the Borland Graphics Interface. It supports all major features of paint and also adds some new ones. The code is completely object oriented and is a good reference to learn to use OOP the right way. |
![]() |
Vsage Text Editor This is a graphical text editor for linux designed to be similar to edit in dos. It is designed to be efficient with large files and is a good starting point for people interested in ncurses programming for linux. It uses a linked list data structure internally. |