sandeepone / syamp

Control and Monitor your Linix OS from your smartphone Web browser.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

syamp

syam{p}

Play Screencast

syam{p} |pronounced as simp| brings the full power of the Linux Shell directly to your web browser. Run commands, monitor and kill programms etc in real time.

Personal Benefit

I built this app so that i can control and monitor programs on my Raspberypi B+ 2 running snappy ubuntu core 15.04. Currently, i use my laptop for this(i ssh into my pi). I hate that i have to move to my computer room to power of my pi when am outside hunging out with friends, having my lunch or just feeling lazy to get out of bed when iam sleepy.

Now i can use my phone!

Note:

You need to run syamp on the system you want to monitor. syam{p} only supports linux at the moment.

Installation

go get github.com/gophergala2016/syamp

Running

go run syamp.go
go run syamp.go "192.168.1.2:2016"

Security

syam{p} runs an https server. All your commands are encypted with a 2048bit key in transit. login

Login Page

UserID: gopher
Password: root ![login](https://github.com/gophergala2016/syamp/blob/master/img/login.png)
![home](https://github.com/gophergala2016/syamp/blob/master/img/home.png)
![home](https://github.com/gophergala2016/syamp/blob/master/img/home2.png)

User Interface

The User interface is simple, morden and easy to work with.

Dependencies

contype
https://github.com/kampsy/Go

License

MIT see license file.

Developer

kampamba chanda (a.k.a kampsy).

About

Control and Monitor your Linix OS from your smartphone Web browser.

License:MIT License


Languages

Language:Go 37.2%Language:CSS 34.8%Language:HTML 18.6%Language:JavaScript 9.4%