21

A friend of mine wrote a script that blinks the IP (in binary) of his raspberry pi.

I mean, I'm both disappointed and intrigued.

Comments
  • 2
    So is it 1 32bit binary string, 4 8 bit binary strings or a 128bit binary string? 🤔
  • 3
    @SortOfTested 1x32bits :)

    Each bit is 1 second long with 4 rapid blinks notating the end.

    192.168.1.18 becomes 11000000101010000000000100010010 *4 rapid blinks*
  • 10
    Why would you be disappointed? That's a cool thing he did
  • 4
    @endor the part where he can't even read it out himself xD
  • 2
    To be fair, that's 2 minutes (at best, you may need to wait for the end signal to be able to start reading) of intense concentration required to get all the information.

    He should add a hamming code to be able to error-correct 1 misread and detect 2, and would only need to suffer through 8 more bits for it :D

    (Or he could make an app to scan the led and get his code, bonus is he can make the blinking faster)

    (Or use Morse code)
  • 1
    Also, considering you display the local IP, might as well only show the bits that aren't in masked, that'll shorten read time significantly

    (I'm taking way too much of an interest in this)
  • 0
    Ooh, possibly fun one: an ethernet dongle with integrated IP display: basically a passthrough, but when an IP frame is sent from the device connected to its male-ended side, the sender filed is read and displayed on a tiny LCD on the dongle.

    (Can you tell I spend too much time figuring out which IP to connect to on the various raspis I interact with at work?)
  • 5
    Have fun watching a full IPv6 address
  • 1
    @CptFox Add a button to it, when you press it, it'll play a voice record of you angrily yelling the IP that you forgot again.

    @realLifeMock the single ++ I can give for that isn't enough for that comment.
  • 0
    @FinlayDaG33k As much as I love the idea, I'm not the only one setting up the routers on which we plug them (we have a few of these, with one router per prototype), and my colleagues don't seem to care much, since they only set up the one they use. But since I'm the one coding for the pies, I need to SSH into them every now and then, and that gets annoying real quick when I need to play the guessing game
  • 0
    @CptFox Well, no need to guess when the bloody thing literally yells it's IP at you : >
Add Comment