Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 463 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 463 Bytes

t2m

udp message server code test

To run it:

  • needs python 2.7 to run
  • python t2m.py 0.0.0.0 1999

Vagrant-ized app:

  • vagrant up
  • vagrant provision
  • python test.py
  • logs to /vagrant/.t2m.log or /tmp/.t2m.log

Dockerized app:

  • docker build -t test/python:centos7 .
  • python test_docker.py
  • logs to /tmp/.t2m.log (in the docker image filesystem)

Ruby app:

  • ruby t2m.rb 0.0.0.0 1999
  • python test_local.py
  • also works with python t2m.py 0.0.0.0 1999