Created
January 8, 2018 11:32
-
-
Save johndrinkwater/1f753ff1e64a842e7d233893db9c1eb2 to your computer and use it in GitHub Desktop.
disney infinity, playing with some C code that needed improving…
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
john@joran ~/code/Disney-Infinity-and-Skylanders-Lighting ±:master *%❯ make && ./infinitylights | |
rm -f infinitylights | |
g++ -I/usr/include/libusb-1.0 -lusb-1.0 main.cpp InfinityPortal.cpp SkylandersPortal.cpp -o infinitylights -lusb-1.0 | |
Found 11 USB devices. | |
Found infinity portal at 8 | |
- Portal serial number: 48E750913433 Performance Designed Products | |
Found infinity portal at 9 | |
- Portal serial number: 48EA32A33834 Performance Designed Products | |
Device id: 8 | |
BOOT | |
TAG IDX { 1,0 1,1 3,2 2,3 3,4 2,5 } | |
GOT TAG 04:61:2C:CA:DF:2B:80 | |
GOT TAG 04:C5:B0:72:9E:3D:80 | |
GOT TAG 04:1B:B7:62:89:33:81 | |
GOT TAG 04:DA:7D:C2:DF:2B:80 | |
GOT TAG 04:D8:E4:72:7A:43:80 | |
GOT TAG 04:B3:36:82:9F:37:80 | |
Device id: 9 | |
BOOT | |
TAG IDX { 1,0 1,1 2,2 2,3 3,4 3,5 } | |
GOT TAG 04:67:C5:B2:9B:37:80 | |
GOT TAG 04:1B:B9:2A:DE:2B:81 | |
GOT TAG 04:44:74:A2:96:33:80 | |
GOT TAG 04:98:E2:B2:DF:2B:80 | |
GOT TAG 04:25:54:6A:7A:43:80 | |
GOT TAG 04:81:AF:E2:A3:37:80 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment