Saved searches

Use saved searches to filter your results more quickly

Cancel Create saved search Sign up Reseting focus

You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.

oandrew / ipod Public

ipod implements ipod accessory protocol and a client for https://github.com/oandrew/ipod-gadget

License

Notifications You must be signed in to change notification settings

oandrew/ipod

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Go to file

Folders and files

Last commit message Last commit date

Latest commit

History

View all files

Repository files navigation

ipod

update 03/2020

kernel module needs to be recompiled due to a breaking change (hid descriptor).
This should fix the issue with hanging after GetDevAuthenticationInfo on some devices.
At least it's finally working in my own car :)

build and run

GO111MODULE=on go build github.com/oandrew/ipod/cmd/ipod # or cross compiling GO111MODULE=on GOOS=linux GOARCH=arm GOARM=6 go build github.com/oandrew/ipod/cmd/ipod # with debug logging ./ipod -d serve /dev/iap0 # save a trace file ./ipod -d serve -w ipod.trace /dev/iap0 # simulate incoming requests from a trace file ./ipod -d replay ./ipod.trace # view a trace file ./ipod -d view ./ipod.trace