Skip to content

TCP/UDP client-server application to simulate LTE communication

Notifications You must be signed in to change notification settings

TomaszWychocki/LTE-Sim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LTE-Sim

TCP/UDP client-server application to simulate LTE communication

Building

Client:

gcc -Wall -ggdb3 client.c ue_traffic.c messages.c setup_socket.c ue_init.c show_cell.c log.c -o client.o -DDEBUG

Server:

g++ *.cpp -DDEBUG

You can pass additional -DLANCONN parameter to both commands to run this app in LAN network:

gcc -Wall -ggdb3 client.c ue_traffic.c messages.c setup_socket.c ue_init.c show_cell.c log.c -o client.o -DDEBUG -DLANCONN
g++ *.cpp -DDEBUG -DLANCONN

Authors

See the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Contributing

  1. Fork it (https://github.com/wychotom/pszemeg/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request

Releases

No releases published

Packages

No packages published

Languages

  • C++ 53.9%
  • C 46.1%