Skip to content

Instantly share code, notes, and snippets.

@Akhu
Created September 7, 2019 15:07
Show Gist options
  • Save Akhu/604019bae0c6eedfbd90fcb25796e821 to your computer and use it in GitHub Desktop.
Save Akhu/604019bae0c6eedfbd90fcb25796e821 to your computer and use it in GitHub Desktop.
LeJOS with a modern stack and tools

Connecting to a brick with PAN

  1. Assign an IP Address to the PAN connection type you want (USB, Bluetooth, Wifi)
IP : 192.168.1.2
NetMask: 255.255.255.0
  1. In MacOS go to Network and search for the Pan connection
  2. Enter the same Network mask and a different IP for your Mac on the Brick network
IP : 192.168.1.3
NetMask: 255.255.255.0
  1. Should work.

Connecting to a brick by SSH when you know it's IP Address

▶ ssh -oKexAlgorithms=diffie-hellman-group1-sha1 -c aes256-cbc [email protected]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment