Skip to content

Piskvor/syamp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 programs etc. - in real time.

Personal Benefit

I built this app so that I could 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 off my pi when am outside hanging out with friends, having my lunch or just feeling lazy to get out of bed when I am 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, modern 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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 37.2%
  • CSS 34.8%
  • HTML 18.6%
  • JavaScript 9.4%