server updates

This commit is contained in:
Pin
2023-03-20 23:29:07 -04:00
parent 4ccd7de4b5
commit 812096514d
8 changed files with 163 additions and 23 deletions

View File

@@ -38,7 +38,7 @@ func main() {
log.Printf("Starting server\n")
con := utils.SocketCall{}
serv, err := net.ListenPacket("udp4", ":8888")
serverIP := "client data being send from the sender"
serverIP := "hello world this is saprus"
msg := "clientapi: " + serverIP
b64Msg := base64.StdEncoding.EncodeToString([]byte(msg))