server updates
This commit is contained in:
@@ -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))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user