Go to file
Jeff Carr 082e717d3d ready to do an event response
Signed-off-by: Jeff Carr <jcarr@wit.com>
2019-05-11 23:26:24 -07:00
example-UI-table fix the last callback 2019-05-07 19:45:59 -07:00
example-gui rename the examples 2019-05-07 02:41:23 -07:00
example-systray write out json and yaml config files 2019-05-07 05:02:39 -07:00
.gitignore Add an example libUI table to push upstream 2019-05-07 19:31:58 -07:00
LICENSE Initial Commit 2019-02-01 05:28:17 -08:00
Makefile This seems to actually add a protobuf to the channel (not Marshal'd though) 2019-05-11 07:53:32 -07:00
README.md Initial Commit 2019-02-01 05:28:17 -08:00
channel.go make a button to send a protobuf to a local socket 2019-05-11 13:20:51 -07:00
config.go add a -nogui option for debugging 2019-05-09 07:00:38 -07:00
config.json does multiline socket reads 2019-05-09 06:52:51 -07:00
gorilla.go ready to do an event response 2019-05-11 23:26:24 -07:00
infoTabUI.go add a gorilla websocket send 2019-05-11 23:21:57 -07:00
main.go ready to do an event response 2019-05-11 23:26:24 -07:00
socketWIT.go remove old <STDIN> code. Attempt to send a protobuf over the socket 2019-05-11 10:55:37 -07:00

README.md

cloud-control-panel

This is how the cloud should work. It's time to change the rules.

This app requires IPv6 to work.

Obviously I'm developing this app on Linux so if things are broken in the MacOS or Windows, check the Linux version if possible to see if it is also broken there.

build

go get -v -t -u git.wit.com/wit/cloud-control-panel
cd ~/go/src/git.wit.com/wit/cloud-control-panel
go build
./cloud-control-panel

License

This is a GPL 3.0 Project.

Credits

  • All the GO developers & Google
  • The analabs people that made the golang cross platform UI
  • All the kernel, KVM and QEMU developers