Skip to content

jseward/solaron

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

/solaron/gateway

The GatewayServer is a websocket server that processes all real-time requests from the game client. ex. login, match making, etc

  • All messages are transmitted with protocol buffers.
  • Server is built on Autobaun[Twisted]
  • Client is a simple websocket client used for testing, not meant for production.

/solaron/tests

test_gateway.py is a set of integration tests for interacting with a running GatewayServer

/bin

various tools

  • generate_gateway_messages.py

Dependencies

Autobaun (http://autobahn.ws/python/installation.html) Protocol Buffers (https://developers.google.com/protocol-buffers/)

About

Ironclad Online implemented in Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published