A few days ago I uplaoded two projects on Sourceforge.net (world’s largest open source programs’ repository). They are LANSim and AG’s Library Manager.
LANSim
(Update: This has now been uploaded to Github – https://github.com/applegrew/lansim. Please download or fork it from there.)
This is a network simulator. This is meant to be user friendly as well as feature rich. This field lacks software with good user interface. Even the commercial softwares in this field is quite lame. This aimed to go along Multisim(R) and Blender(R) form.
URL:-
Homepage: lansim.sourceforge.net
SF site: sourceforge.net/projects/lansim
Developers:-
1) Rohit Singh
2) Dhiraj Prakrash
3) and me.
AG’s Libray Manager
This a versatile library manager made in Java. It requires MySql at backend to store the database. This is not made to function only as a library manager but can be used in many places like CD rental shops etc. It has the feature to export the result to Microsoft Excel format. It can also import from there (but there isn’t any easy way to do so currently). The number of fields of information you want to store for your items can be customised by changing the MySQL table structure (Currently there isn’t any easy way to do so).
Url:-
Homepage: libmanager.sourceforge.net
SF site: sourceforge.net/projects/libmanager
Developer:-
Me
how to install LANsim in windows?
Step by Step procedure would be better
Head over to https://github.com/applegrew/lansim instead. Download the code from there and read the Readme there. I have updated it with the details.
“there type
java -cp .:../lib/liquidlnf.jar ui.main.ApplicationManager”
what do you mean by dots before “lib”
thanks, i got readme file
but , i couldn’t see any nodes
module.Hub.HubButton: Hub Button not found using deafult one.
module.Node.NodeButton: Node Button not found using deafult one.
module.Pc.PcButton: Pc Button not found using deafult one.
module.Router.RouterButton: Router Button not found using deafult one.
these are the messages , i got from cmd
First . means current directory. ../lib/ means go back to parent to parent of current directory then find directory – lib.
Can you please post further questions and issues on Github? That is a far better place for discussion.
https://github.com/applegrew/lansim/issues/1
i am eagerly,waiting for your reply 🙂
I am eagerly working on your problem. 🙂
Check back in 1/2 hr.
thanks,
it worked perfectly 🙂
can you send me some basic set of “commands” to try nodes?
There are no commands. It has UI. Checkout the video at http://lansim.sf.net
ok, but when i click on the “pc” or “hub” , there is a tab named commands and cursor is blinking ??
Ah that is something I don’t remember. Maybe you can use this to send random data. Please check the code.