Giter VIP home page Giter VIP logo

the-fonz's People

Contributors

devsecfranklin avatar notpike avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

the-fonz's Issues

HackRF Support?

Wondering if this could work with a HackRF and not only a Yardstick One.

Brute force mode - TypeError: can't concat str to bytes

I hope it is not just because i am some huge n00b,, but i get the a typing error associated with attempts to concatenate strings and bytes. I am on python 3.10.4.

Terminal output below:

"What day is today?" asked Pooh
"It's the day we burn this motherf***** to the ground." squeaked Piglet
"My favorite day." said Pooh

<*> BRUTE FORCE IN PROGRESS...
Traceback (most recent call last):
File "/home/jason/The-Fonz/./The_Fonz.py", line 435, in
mainMenu()
File "/home/jason/The-Fonz/./The_Fonz.py", line 257, in mainMenu
txMenu()
File "/home/jason/The-Fonz/./The_Fonz.py", line 274, in txMenu
bruteMenu()
File "/home/jason/The-Fonz/./The_Fonz.py", line 387, in bruteMenu
bruteForceThisDude(value, keyButton)
File "/home/jason/The-Fonz/./The_Fonz.py", line 197, in bruteForceThisDude
if len(groupCommand) <= 255-len(part + coolDown):
TypeError: can't concat str to bytes
===== RESETUP set from recv thread
libusb: debug [libusb_get_device_descriptor]
Segmentation fault

PandwaRF

To whom it shall concern:

Can anyone provide a short disquisition on the efficacy of this software to execute and function with a PandwaRF device instead of a Yard Stick One?

I presume once the pin number for a TouchTunes Box is known the software is not needed to program a remote control that is purchased, as it can be done manually, no?

Can the software and a PandwaRF (or Yard Stick One) be used to send the pin and other commands to the TouchTunes box?

And YES..by the way, I do remember watching the malachi crunch the night it was first broadcast!

Thanks in advance!

TImeout

"Arthur, it's morning, have you been here all night?" 

 -=Main Menu=-
1.) Scan
2.) TX
3.) Electronic Warfare Mode (OFF)
4.) Exit 

Select [1-4]: 1

-=Hit <ENTER> to stop=-
Traceback (most recent call last):
  File "./The_Fonz.py", line 434, in <module>
    mainMenu()
  File "./The_Fonz.py", line 255, in mainMenu
    scan(d)
  File "./The_Fonz.py", line 144, in scan
    pkt, ts = d.RFrecv() #RX packet and timestamp
  File "/Users/nobody1/The-Fonz/rflib/chipcon_nic.py", line 1192, in RFrecv
    data = self.recv(APP_NIC, NIC_RECV, timeout)
  File "/Users/nobody1/The-Fonz/rflib/chipcon_usb.py", line 579, in recv
    raise ChipconUsbTimeoutException
rflib.chipcon_usb.ChipconUsbTimeoutException: Timeout waiting for USB response.
nobody1@Nobodys-MacBook-Pro The-Fonz % 

NEC encoding explanation wrong?

Hi. I'm comparing your implementation against a captured bitstream and finding a discrepancy with your documentation.

According to this doc, the command is doubled with its logical inverse (bit flipped version), where you have it as simply reversed: 0x32 -> 0x3223. It should be 0x32cd. Your example encode is correct because the logical inverse of 0x78 is 0x87.

Actually, I just checked the code and it is implemented correctly! So it just the explanation that needs to be updated.

Testing on a live jukebox

I happen to.own a TouchTunes jukebox! I stumbled upon this repo looking for remote codes.

I would love to find out what features or functionality hasn't been tested yet because of being in a live environment. I also have the whole system accessible (USB ports, SATA, HDMI, etc) so there aren't physical limitations.

If it's helpful (and maybe this is kind of crazy) I could setup Travis or some other build system on LAN with my jukebox to execute as a test server with real hardware (for PRs and/or releases). Currently I own an airspy, hackrf and a few variations of RTL-SDRs.

Let me know what is helpful!

Custom hardware implementation

Has anyone attempted using an microcontroller (Arduino) and a hardware ASK/OOK chip like this:
http://www.ebay.ca/itm/201544157440

It would be neat to make your own remote with brute force capability using an Arduino Nano and one of those boards (cheaper than a Yard Stick One and a real remote).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.