You are not logged in.

#1 2011-07-12 20:04:33

Hibernate
Member
From: Stockholm, Sweden
Registered: 2011-07-12
Posts: 100

USB hacking

I have two USB devices. One of them is a host, and the other is a client.
Normally the client is directly connected into the host, but I want have
the client and the host into my computer.
Now I want to read the data send from both devices and them forward
the data to the corresponding device.

So instead of the connection:
host <−−−−> client

I have:
host <−−−−− computer (proxy) −−−−−> client.

How do I read and send raw USB transmission?
Preferably I want to do this only using device files, so it is language independent.


Ex animo!
Hibernate

Last edited by Hibernate (2011-07-12 20:09:31)

Offline

#2 2011-07-12 23:27:08

eldragon
Member
From: Buenos Aires
Registered: 2008-11-18
Posts: 1,029

Re: USB hacking

you need a logic analyzer for this.

there exists software that taps into the usb stack, but it works when a client is communicating with a computer only.

Offline

#3 2011-07-13 00:06:04

Hibernate
Member
From: Stockholm, Sweden
Registered: 2011-07-12
Posts: 100

Re: USB hacking

Thanks, but I just found what i needed.
I just needed to read the client, although it would have been nice to reader the server for extra functionally.

I tried to make use of the entire PS3 sixaxis control (since they killed Other OS on the classical PS3, way not make use of the controllers at least)
and not just parts of it. I also found out that all buttons accept select, start, L3, R3 and the PS-logo button has pressure sensors.

Now it would be nice if a could get the LEDs to stop blinking.

Offline

#4 2011-07-13 09:26:59

schuay
Package Maintainer (PM)
From: Austria
Registered: 2008-08-19
Posts: 564

Re: USB hacking

Hibernate wrote:

Thanks, but I just found what i needed.
I just needed to read the client, although it would have been nice to reader the server for extra functionally.

I tried to make use of the entire PS3 sixaxis control (since they killed Other OS on the classical PS3, way not make use of the controllers at least)
and not just parts of it. I also found out that all buttons accept select, start, L3, R3 and the PS-logo button has pressure sensors.

Now it would be nice if a could get the LEDs to stop blinking.

Did  you look at how http://aur.archlinux.org/packages.php?ID=32351 does this stuff?

Offline

#5 2011-07-13 12:33:48

Hibernate
Member
From: Stockholm, Sweden
Registered: 2011-07-12
Posts: 100

Re: USB hacking

Humm, I did not find that packages, maybe I should have looked in the AUR.

Offline

#6 2011-07-13 15:32:48

tavianator
Member
From: Waterloo, ON, Canada
Registered: 2007-08-21
Posts: 859
Website

Re: USB hacking

Hibernate wrote:

...since they killed Other OS on the classical PS3...

Check out AsbestOS.

Offline

#7 2011-07-13 15:38:31

Hibernate
Member
From: Stockholm, Sweden
Registered: 2011-07-12
Posts: 100

Re: USB hacking

And I will still be able to play my games (just in case I would want to), unlike with other hacks I've found?

Offline

Board footer

Powered by FluxBB