// JP opened flex table

Click to See Complete Forum and Search --> : Need help to develope a LAN simulator


barunbiswas
March 7th, 2004, 03:18 AM
Dear all,
I am going to develope a LAN simulator for my final year Engineering project. It will consist of nodes and bridges. The LAN simulator will enable a person to send messages(or packets) from one machine to another through bridges and routers. I have to develope both server side programming and client side programming. But I have no previous experience of network programming. So, please help me to develope this project and let me know the name of the sites from where I can get the required help.
I, therefore, hope that you will surely stand by me and send me the required information.

Yours sincerely,
Barun.

mohamed_dba
March 7th, 2004, 04:16 AM
Well,

you want to send data packets form computer to another on LAN,
you can do it by the windows Socket API interface which working
as interface for TCP and this can be done by simple tool called
wisock control at VB.

M.N

barunbiswas
March 7th, 2004, 09:26 AM
Hi ALL,
pl help me in developing a LAN simulator. How can I start? From where I shall get help(Site)?

Regards,
Barun.

Andreas Masur
March 7th, 2004, 04:13 PM
Winsock Programmer's FAQ (http://tangentsoft.net/wskfaq/)

barunbiswas
March 7th, 2004, 07:03 PM
Hi Andreas,
at first I thank u for sending me the url of winsock faq. I shall contact u further when I need ur help. Now I am teying to understand the faqs material.

Regards,
Barun.

Andreas Masur
March 8th, 2004, 04:50 AM
You are welcome...

//JP added flex table