NimVek / pipboy

Bethesda Fallout 4 Pip-Boy Companion App Protocol
GNU General Public License v3.0
40 stars 2 forks source link

Xbox protocol #1

Open 0xf3f opened 8 years ago

0xf3f commented 8 years ago

The android app includes classes from '/com/microsoft/xbox/smartglass/'.

NimVek commented 8 years ago

You have some documantaion about smartgalss protocol?

0xf3f commented 8 years ago

No, sry. First time i have ever heard about it. My plan was to decompile the app to get some hints about the protocol. Its a unity app and i think the protocol code (PS4/PC) is not implemented in java.

You can decompile the smartclass classes, though. (I think its is illegal where I live, and microsoft will not like it if the protocol is here on github)

luckydonald commented 8 years ago

@joelday is also working on this: RobCoIndustries/pipboy on gitter

joelday commented 6 years ago

@NimVek @luckydonald See https://github.com/joelday/DarkId.SmartGlass for protocol reference. Haven't documented it yet. I'm currently finishing up work on the title channel support, so once that is done, you'll have an end-to-end example of how to do it.