ramainen / projecter

Simple golang server for managing presentations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Projecter

Simple server for emulate key bindings from http client.

Can be used for managine power point presentation from smartphone.

How to use

Build binary or just download prebuilt binary for Windows

Before build, run:

go get github.com/micmonay/keybd_event

Build executable, and just run.

Program will show you IP adresses, which you can use, for example:

Adress: 192.168.48.1:8085
Adress: 192.168.187.1:8085
Adress: 192.168.1.36:8085

Open your client (It just HTML+Javacript webpage) in mobile browser and write IP adress (without port) to input. It should be IP adress in your wifi network.

Client sample support saving last used IP address.

You must serve client in any http server, for example.

You can feel free to modify your client: add swipe support, add your company logo or something like this.

About

Simple golang server for managing presentations

License:MIT License


Languages

Language:JavaScript 76.1%Language:Go 14.3%Language:HTML 9.6%