OSC Keyboard - proof-of-concept to simulate keystrokes using O-S-C and node-key-sender

Hi! MAC user here (and osc protocol beginner)

This is how the button is configured (inspector screenshot)

O-S-C Screenshot


Problem

  • When pressing the button (in O-S-C), the server console says:
(DEBUG, OSC) Out:  { address: '/keys alt tab', args: [] } To: 192.168.43.2:5555
(ERROR, UDP) send EHOSTDOWN 192.168.43.2:5555
  • ... while the custom-module box in the O-S-C configuration form looks like this:
/Users/alin/Desktop/osc-keyboard-master/index.js

What am I missing? Thank you.