Is there a device that simulates a keyboard but the input is coming from wireless connection?

Is there a device that simulates a keyboard but the input is coming from wireless connection?
>send comands to device
>converts to key inputs
>feeds into computer it is wired to

Attached: 1514483951148.jpg (700x700, 110K)

Other urls found in this thread:

github.com/debauchee/barrier
xyproblem.info/
packages.gentoo.org/packages/x11-misc/synergy
twitter.com/NSFWRedditVideo

A wireless keyboard?

No just receives some protocol.
So you could send key presses over network without having to physically hit a keyboard.

Oh. I don't know anything like that, but I'm pretty sure you can make something like that with a Raspi or even Ardoino.

A virtual keyboard.

theres a project for controlling nordic semiconductor based keyboards. you can probably get that code, and modify it to interface with a nordic keyboard dongle.

there is USB over IP which you can set up with 2 rpi's connected over wifi (have one be an AP, you need dnsmasq and hostapd). easiest one probably

use a teensy microcontroller and your own rf implementation. probably the hardest / most noise susceptible, but would give the most range if you did 900 mhz band

what's your use case?
there's a whole lot of solutions to a whole lot of problems

You could create a program that reads your own protocol and then passes it over to Auto Hot Key to play in real time. This would require you to know networking, set up a server, and set up the program on the client end

Nordic as in the alphabet?
Pass laptop keyboard input to desktop.

You could use an arduino, any with the ATmega32U4
It is used for diy keyboards, instead of using switches you could have it use bluetooth or wifi

and be a wincuck

ssh into it

Mousewithoutborders or synergy

Game name ?

Target machine is windows, I don't think I can send key input through ssh?

I'd take the VNC client, and rip out its display.

Remote Desktop

RDP creates completely separate displays/sessions from what the computer in question is displaying on its screen.

Xenoblade Chronicles 2

Look up Synergy

Noticed a button with BUY before the page loaded fully.
Into the trash it goes.

>Pass laptop keyboard input to desktop.
github.com/debauchee/barrier

also important reading;
xyproblem.info/

A bluetooth keyboard.
You can also use a micro controller to send keypresses.

synergy used to be free, try the foss fork, barrier

Already had a look (H/T ): 8MB download, only available in AMD64, disconcerting references to Flatpak. I'd just use a VNC server/client.

vnc is fine, too
try turbovnc/tightvnc

> only available in AMD64

packages.gentoo.org/packages/x11-misc/synergy
> ebuilds for amd64, x86, alpha, arm, ppc, ppc64 and sparc

i think he means the windows installer
if you really need a 32bit windows version, i might be able to compile one for you

KDE Connect

>i think he means the windows installer
Yep.
>if you really need a 32bit windows version, i might be able to compile one for you
Nah - but thanks for the offer - I'll be skipping this one entirely.

alright, you're loss though, it's exactly what you're asking for, assuming both machines are on the same network
are you really running 32bit windows?
ps. it's only large on windows because it probably ships with Qt

>Qt
Another strike against it - not that I needed more.

the gui is only used for configuration

yeah man. It's called a Wireless Keyboard.

onions boi.

I want to type on laptop keybaord and have it do desktop.