- Main Idea Behind the Project
Well this was my another project that came form the idea of learning implementing socket programming.I was trying to devote myself in gathering some networking knowledge and I finally realized that what I am learning was just old traditional theory types of things.So I was searching what could be a simpler form of basic networking.Then one senior brother of mine suggested me to create a server port and pass some string over the shared network in a server client manner.I liked the idea a lot.I started to learn necessary stuffs for it and finally got some demo from different websites.I downloaded some of them and tried to understand how they work.Finally when I realized the whole concept,I finally started to build a custom made for me and my friends.
- What it does ?
Basically this can send and receive message from client to client via the server.So from the perspective of networking,the structure can be called as "Infrastructural Model" and all are connected through a central AP(Access Point)which is a hotspot of any mobile phone.So when the server and the clients are in the same network,they can communicate among themselves.That's the motto of the project.
- Platform we used
I used simple java platform with some network packages installed with it to build the platform and used simplest java Swing to build the GUI.The main thing here was to creating a port address and make it communicate with the clients.So basically I tried no add nothing else and used simply java for all the modules and components.
- Difficulties we faced
Firstly I had to learn well enough about the working method of it.Then I had to learn also the procedure that how to add this network components to the module.Each and every time while I get bug,it really felt end of the day as I was just a beginner of that then.I needed much time to find out a 50 line java code and fixing the errors.Thinks got gradually complex while I created the GUI and tried to make them work alongside the normal '.java' files.
- Much Grateful To
This project is a complete outcome of some inspiration of one of my senior brothers and two of my friends.I thanks each and every single one of them.They are not interested in reveling their names so I can just wish a lot of good luck and gratitude towards them.

No comments:
Post a Comment