Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 1.03 KB

README.md

File metadata and controls

33 lines (26 loc) · 1.03 KB

Client-ServerChat

This is basic example project for using Kryonet library

Demo

https://youtu.be/4TBxc0RdZRc

How to Run

Running server code

  • Right click ServerMainFile.java
  • Select Run ServerMainFile.main()

Running client code

  • Select app from dropdown list available between run and build icons
  • Now run the project
  • Open application on device and enter your machines Ip Address(e.g. 192.168.0.105)
  • Now you are connected to server

License

   Copyright 2017 Firoz Memon

   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
   You may obtain a copy of the License at

       http://www.apache.org/licenses/LICENSE-2.0

   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
   limitations under the License.