Skip to content

A Fallout 4 PipBoy App compatible server implementation. For use with iOS and Android.

License

Notifications You must be signed in to change notification settings

luckydonald/JavaPipBoyServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a6f4038 · Jun 2, 2016
Feb 27, 2016
Jun 2, 2016
Feb 12, 2016
Jun 2, 2016
Feb 12, 2016
May 12, 2016
Mar 10, 2016
May 10, 2016
May 13, 2016
May 17, 2016
May 17, 2016
May 17, 2016

Repository files navigation

JavaPipBoyServer

A Fallout 4 PipBoy compatible server implementation.

Install & Test

Build Status Coverage Status Codacy Badge

mvn validate    # this installs required .jar files
mvn clean test  # the actual test

Now you are ready to go.

Working:

  • Discovery
  • KeepAlive
  • Database + structure
  • Packaging data for sending
  • My first project which uses tests :D Build Status
    • Discovery
    • DB access/interactions

Known Bugs

  • 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

Roadmap

  • Fix Server.
  • Test Discovery
  • Test DB
  • Test DB Messages
  • Sucessfully import BinFiles (from Android)

FAQ

  • 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.

About

A Fallout 4 PipBoy App compatible server implementation. For use with iOS and Android.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published