Earlier quoted context omitted.
Cool project, but what about power management? What happens if the PC being controlled crashes and does not let you reboot it using keyboard shortcut? I'm might be damaged by testing and working with embedded development.
Thanks for reading! > Cool project, but what about power management? What happens if the PC being controlled crashes and does not let you reboot it using keyboard shortcut? Yeah, that's one of the limitations. TinyPilot can't control power for the target computer. I don't know of any way to manage power without connecting the Pi to the target machine's motherboard, but that increases complexity significantly. I'm usi…
Show HN: TinyPilot – Build a KVM over IP using a Raspberry Pi
131–140 of 284 posts
Re: Show HN: TinyPilot – Build a KVM over IP using a Raspberry Pi
#132Earlier quoted context omitted.
I feel like the ideal here would be for there to be a Thunderbolt/USB4 display which has multiple Thunderbolt "source" ports, and also USB-C connectors for peripherals, where the display itself is acting as a USB controller available over Thunderbolt-PCIe, with the USB-C sockets attached to said USB controller. Change the input on the monitor, and the USB-controller PCIe card in the display would be hotplugged out of…
I've just given up on Bluetooth for rapid device switching. It's too time consuming to be figuring out which device your headphones are attached to & disconnecting/reconnecting to resolve, especially e.g. when someone calls you. Wires are very, very easy to read and debug. I have AirPods but will only pair them to my phone.
Re: Show HN: TinyPilot – Build a KVM over IP using a Raspberry Pi
#133Unfortunately, the much more powerful B102 bridge isn’t available. :(
Re: Show HN: TinyPilot – Build a KVM over IP using a Raspberry Pi
#134This is a game-changer! Thanks for all your work on this. Do you have any plans to allow controlling more than 1 computer remotely? I'd love to implement this in my homelab.
> This is a game-changer! Thanks for all your work on this. Thanks for reading! > Do you have any plans to allow controlling more than 1 computer remotely? I'd love to implement this in my homelab. Right now, I can't think of a way to do this. The Pi only has one USB OTG port, so I don't know of a way to share that among multiple machines. A friend suggested an interesting solution of chaining TinyPilot together with…
Re: Show HN: TinyPilot – Build a KVM over IP using a Raspberry Pi
#135Re: Show HN: TinyPilot – Build a KVM over IP using a Raspberry Pi
#136Great little project! I had no idea capture cards got that cheap
Re: Show HN: TinyPilot – Build a KVM over IP using a Raspberry Pi
#137I'd like to use these to do development work like you suggested, too. Is the Hacker option the build with the best latency/least issues (set it and forget it)?
Re: Show HN: TinyPilot – Build a KVM over IP using a Raspberry Pi
#138A major con of the enterprisey ilom systems (such as the idrac) is their atrocious security track record. You are basically giving up your "the network is untrusted, I can survive its compromise" badge if you plug in one of those.
Well those ports should never face the internet anyway. Most servers will have a dedicated (physical) port you use for IPMI or whatever -- vlan that and only allow access from your VPN. If you're extra secure you can full on disable the switchport until you need it.
(And thirdly because of the sibling comment noted footgun.. or silent foot-boobytrap more properly)
Re: Show HN: TinyPilot – Build a KVM over IP using a Raspberry Pi
#139Earlier quoted context omitted.
Thanks for reading! > Would a Pi Zero W work for this, or do you need a full-size Pi 4? I tested Key Mime Pi (the keyboard-only version) on the Pi Zero W and it worked great. I haven't tested TinyPilot on the Pi Zero W, but I think it will work. The video encoding is happening in the HDMI dongle, so it doesn't hammer resources much. I don't have a USB to microUSB adaptor on hand, but I'll order one now and see if it…
Do you happen to have any idea, whether older RPIs like 1 or 2 could work for this fast enough? Have some of those laying around.
The official documentation[0] says all Pi devices have USB OTG, but I'm not sure if there's something else about the Pi 4 and Pi Zero W that allows USB gadget mode because I've never found anyone talking about using it before recent generations of Pi. This StackExchange answer says the A and the A+ had it, but that the 2 doesn't.[1]
[0] https://www.raspberrypi.org/documentation/hardware/raspberry... [1] https://raspberrypi.stackexchange.com/questions/71613/how-to...
Re: Show HN: TinyPilot – Build a KVM over IP using a Raspberry Pi
#140Earlier quoted context omitted.
How would you remotely connect to something like this ? using something like ngrok ?
Yeah, I haven't looked into that much because everything is on my local network. ngrok looks like it would work. One of my users is looking into remote.it, which seems like a similar service.