A Fallout 4 PipBoy compatible server implementation.
mvn validate # this installs required .jar files
mvn clean test # the actual test
Now you are ready to go.
- Discovery
- KeepAlive
- Database + structure
- Packaging data for sending
- My first project which uses tests
:D
- Discovery
- DB access/interactions
- not complete
- this is pre-alpha.
- Currently Discovery is working, and it stayes connected, but the mobile apps don't display any data (changes). The reason why I yet have to figure out.
- you might be able to get this working with iOS, but I don't have a new enough device, so I can't say with any certainty.
- Not compatible with Python 2.7
- Fix Server.
- Test Discovery
- Test DB
- Test DB Messages
- Sucessfully import BinFiles (from Android)
-
Will it emulate the PC or PS4?
You can choose either.
-
Will it emulate the XBOX?
XBOX uses smartglass, which works totally differently than the PC server would.
-
Why is this not Python 2.7 compatible?
Because Python 3 and unicode strings are the future! Aaand because this project is in java.