Skip to content
This repository has been archived by the owner on Aug 11, 2024. It is now read-only.
/ chromote Public archive
forked from blakjakau/chromote

Chrome Extension + NodeJS app for sharing Chromebook keyboard+mouse with a Linux desktop

License

Notifications You must be signed in to change notification settings

symless/chromote

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chromote

Chrome Extension + NodeJS app for sharing Chromebook keyboard+mouse with a Linux desktop

This is my prototype code for sharing my chromebook keyboard with my linux workstations.

In used this daily for over a year at work and at home on an Asus Flip ca302, but since discontinued due to change workflow on my pixelbook.

I'm posting this here at the request of a user from the synergy forum, I am not actively developing this software

Prereqs:

  • Ubuntu 14.04+
  • working nodeJS+npm install
  • ChromeOS device

Getting started (linux/client):

  • clone the repo
  • cd into the repo folder
  • npm install
  • npm start

Getting started (ChromeOS device):

  • set the IP address of your linux system in ./sender/app.js
  • create an unpackaged extension from ./sender
  • the extension will run as a 2px bar at the to of your chromeOS screen, click it to connect to your linux system

The output of the nodeJS and sender apps are pretty verbose at the moment.

About

Chrome Extension + NodeJS app for sharing Chromebook keyboard+mouse with a Linux desktop

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 54.1%
  • JavaScript 45.1%
  • HTML 0.8%