Voice and video call software
Go to file
noah metz 95b211e2d0 More ncurses playing 2024-04-24 19:27:38 -06:00
cmd More ncurses playing 2024-04-24 19:27:38 -06:00
go-ncurses@14b1c310e7 Making client GUI with fake data 2024-04-24 19:09:17 -06:00
.gitignore Initial commit 2024-04-03 15:03:29 -06:00
.gitmodules Changed to purego ncurses, fixed ping, and started to add session invite flow 2024-04-23 14:16:25 -06:00
LICENSE Initial commit 2024-04-03 15:03:29 -06:00
README.md Initial commit 2024-04-03 15:03:29 -06:00
channel.go Update client ncurses with borders 2024-04-24 01:18:49 -06:00
client.go Made SessionPackeType an fmt.Stringer, removed client state for atomic bool 2024-04-23 16:57:04 -06:00
go.mod Changed to purego ncurses, fixed ping, and started to add session invite flow 2024-04-23 14:16:25 -06:00
go.sum Changed to purego ncurses, fixed ping, and started to add session invite flow 2024-04-23 14:16:25 -06:00
main Made the default client connect to channel 0 and stream audio data over the raw channel 2024-04-08 11:28:52 -06:00
notes.txt Protocol changes to support more packet types 2024-04-09 17:08:46 -06:00
packet.go Fixed PeerPacket serialization issue 2024-04-16 15:34:53 -06:00
permission.go Started permissions, and moved server goroutine start to server creation 2024-04-23 18:12:56 -06:00
server.go Making client GUI with fake data 2024-04-24 19:09:17 -06:00
session.go Made SessionPackeType an fmt.Stringer, removed client state for atomic bool 2024-04-23 16:57:04 -06:00
session_test.go Changed session packet protocol 2024-04-11 21:05:50 -06:00

README.md

pnyx

Voice and video call software