umjammer / vavi-apps-hub

🍁 Hub resident programs of charms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Release Java CI CodeQL Java

vavi-apps-hub

hub logo

🌐 hub for plugins that controls a computer

plugins

  • remote notificator
  • remote trackpad (wip)
  • πŸ… gamepad binder (Minecraft, MuseScore3)
  • hand gesture recognizer (tbd)

Install

Usage

server

 $ git clone https://github.com/umjammer/vavi-apps-hub
 $ mvn package
 $ open -a target/Hub/Hub.app

client

notificator

 curl "http://your_destination:60080/notification/notify?message=your_message&title=your_title&from=your_source" 

remote trackpad

  • accsess http://localhost:60080/

gamepad binder

  • let Minecraft or MuseScore3 most front

References

TODO

  • hub for notification center over inet
  • hub for remote mouse input -> this websocket server (done)
    • touchpad (wip)
  • apple remote event? -> this rest server (done)
  • coexistence websocket and jersey on jetty see Main.java
  • gamepad configuration, dsl?, json?

image by silhouette illust

About

🍁 Hub resident programs of charms


Languages

Language:Java 97.3%Language:HTML 2.7%