diff --git a/README.md b/README.md new file mode 100644 index 00000000..901de90f --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# PlanetSide Login Server +This project contains the code to run and manage the login server role for PlanetSide 1. + +## Features +* Crypto session establishment +* Username and password (or token) acceptance +* Able to specify a custom server name and IP:Port combos + +## Planned Features +* Database integration for account lookup +* Further netcode integration