Go to file
Zack Scholl 639d4d4d3c add some more working things 2019-11-11 15:28:07 -08:00
src add some more working things 2019-11-11 15:28:07 -08:00
README.md add minimal unit 2019-11-11 10:43:46 -08:00
go.mod add some more working things 2019-11-11 15:28:07 -08:00
go.sum add some more working things 2019-11-11 15:28:07 -08:00
main.go add some more working things 2019-11-11 15:28:07 -08:00

README.md

# in the first terminal
git clone https://github.com/schollz/croc.git
cd croc 
git checkout v7
cd src/webrtc/
make sender

# in second terminal
cd src/webrtc/
make receive

# open up localhost:8003 and open console.
# copy the last JSON output and save it into src/webrtc/answer.json

# communication should ensue....