https://github.com/dreamcat4/ps3remotecocoa
Example to show communication between Sony PS3 BD Remote and Cocoa.
https://github.com/dreamcat4/ps3remotecocoa
Last synced: about 2 months ago
JSON representation
Example to show communication between Sony PS3 BD Remote and Cocoa.
- Host: GitHub
- URL: https://github.com/dreamcat4/ps3remotecocoa
- Owner: dreamcat4
- Created: 2011-03-10T14:17:42.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2011-07-23T09:04:50.000Z (almost 14 years ago)
- Last Synced: 2025-03-25T23:01:36.524Z (3 months ago)
- Language: Objective-C
- Homepage: https://github.com/dreamcat4/PS3RemoteCocoa
- Size: 116 KB
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
### PS3Remote Cocoa
This is an example to show communication between Sony PS3 BD Remote and Cocoa.
The application window does nothing. This project is mainly for debugging purposes - to set breakpoints in the XCode gdb debugger. There are various callbacks listening for Bluetooth messages from the Sony Remote.
### Credit
Most of this code was lifted directly from the Spiral OSS Media Player, by Axel Andersson. Many thanks. There also remain stubs for the Apple IR Remote and the WiiMote. Code for those can also been found in Spiral Project trac / svn repository.