Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 461 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 461 Bytes

Socket-simple-usage

Socket data transfer:

  • Transfer images from server to client with sockets in python3.

Wake on lan:

  • Wake device in local network from another device.
  • Put mac address into wake_on_lan/mac_wakeup_addr.json in format: "FF:FF:FF:FF:FF:FF"

P2P udp connection

  • Establish peer-2-peer connection between two devices that are hidden inside different local networks
  • Technique used to establish connection is udp nat hole punching