# Networking

* [Intel® Edison Connecting to a Network](https://software.intel.com/en-us/connecting-to-a-network-intel-edison-board)
* [Intel® Edison Static IP Address](http://pagealh.com/2015/09/12/getting-started-with-edison-static-ip-address/)

## Applications / Libraries

### Programs

#### Misc

```bash
    root@edison:~# systemctl start connman
    root@edison:~# systemctl start wpa_supplicant
    root@edison:~# connmanctl
    connmanctl> enable_wifi
    connmanctl> scan_wifi
    connmanctl> agent_on
    connmanctl> connect ...
```

```bash
    root@edison:~# vi /lib/systemd/system/sshd.socket
    [Unit]
    Conflicts=sshd.service

    [Socket]
    ExecStartPre=/bin/mkdir -p /var/run/sshd
    ListenStream=22
    # restrict access to wired access for security reasons
    # comment this line to remove restriction
    BindToDevice=usb0
    Accept=yes

    [Install]
    WantedBy=sockets.target
```

## Controller Area Network

* [1](https://communities.intel.com/message/294647#294647)
* [2](https://www.sparkfun.com/products/13262)
* [3](https://store.digilentinc.com/?NavPath=2,892,942\&Prod=CHIPKIT-NETWORK-SHIELD)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://theiotlearninginitiative.gitbook.io/embedded-linux/subsystems/networking.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
