Skip to content
Snippets Groups Projects
Commit f4634d35 authored by kpp55's avatar kpp55
Browse files

Adding darknet_2

parent a27bf548
Branches
No related tags found
No related merge requests found
No preview for this file type
......@@ -5,8 +5,10 @@ import pickle
import numpy as np
import struct ## new
HOST=''
PORT=8089
HOST=socket.gethostbyname(socket.getfqdn())
print(HOST)
HOST='129.25.56.91'
PORT=8080
s=socket.socket(socket.AF_INET, socket.SOCK_STREAM)
print('Socket created')
......
darknet @ 41983e35
Subproject commit 41983e35caf62121c3b37b96cdbc0f09198344d0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment