PSForever server with bot player support
Find a file
2016-04-24 19:06:17 -04:00
common/src CryptoInterface cross platform, UDP listen public 2016-04-22 23:00:39 -04:00
notes Added document notes 2016-02-16 00:31:33 -05:00
project Migrate to sbt-pack vs assembly for faster packing 2016-04-22 23:02:47 -04:00
pslogin/src/main/scala New session pipeline and able to see server selection 2016-04-24 19:06:17 -04:00
scripts Add copyrights to top of all files 2016-03-04 15:14:50 -05:00
.gitignore Ignore binary files 2016-03-04 15:16:20 -05:00
build.sbt Migrate to sbt-pack vs assembly for faster packing 2016-04-22 23:02:47 -04:00
README.md Add minimal readme 2016-03-04 14:47:14 -05:00

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