Skip to content
Snippets Groups Projects
Select Git revision
  • 866e78ba1bdb7e3ceb6f27bb3712ea0ee85fe8a8
  • master default protected
  • experimental
3 results

05_networking.md

Blame
  • user avatar
    m-guberina authored
    b550fb6a
    History
    05_networking.md 472 B

    networking


    • serious topic: requires knowledge of operating systems theory, parallelism, IPC, the full internet stack,...
    • we cover just the bare essentials needed to connect to a robot and have an idea of what's going on
    • LAN is not WAN, but it's still very cool
    • IP addresses
    • ports
    • TCP/UDP
    • sockets
    • creating new connections with nm-connection-manager
    • nmcli
    • ip addr
    • arp-scan
    • ping
    • netcat ONLY for checking connection ability