Go to file
Jeff Carr 904cd2a221 add some keypress debugging
Signed-off-by: Jeff Carr <jcarr@wit.com>
2019-05-17 13:19:46 -07:00
example-UI-table fix the last callback 2019-05-07 19:45:59 -07:00
example-dnssecsocket remove the dnssec socket code. 2019-05-12 18:36:31 -07:00
example-gui rename the examples 2019-05-07 02:41:23 -07:00
example-splash add some keypress debugging 2019-05-17 13:19:46 -07:00
example-systray write out json and yaml config files 2019-05-07 05:02:39 -07:00
test1 This splash screen OK button might be exiting without causing a GTK panic 2019-05-17 11:23:48 -07:00
.gitignore seperate the area code into it's own file 2019-05-17 13:07:45 -07:00
LICENSE Initial Commit 2019-02-01 05:28:17 -08:00
Makefile how to compile to windows and macos 2019-05-15 15:32:40 -07:00
README.md Initial Commit 2019-02-01 05:28:17 -08:00
config.go remove debugging stuff 2019-05-13 09:05:03 -07:00
config.json does multiline socket reads 2019-05-09 06:52:51 -07:00
eventChannel.go use the actually number of vms for the number of rows 2019-05-15 10:02:47 -07:00
gorilla.go actually sends the protobuf into the channel 2019-05-12 12:32:29 -07:00
infoTabUI.go remove debugging stuff 2019-05-13 09:05:03 -07:00
main.go code cleanup 2019-05-12 23:02:10 -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