... | ... | @@ -7,7 +7,7 @@ git clone the zigbee4java repository (https://github.com/tlaukkan/zigbee4java.gi |
|
|
To use kw2x in the getaway application change the pom.xml as in state-of-impl.md.
|
|
|
|
|
|
To set up git proxy:
|
|
|
`git config --global http.proxy http://proxy.server.it:8080`
|
|
|
`git config --global http.proxy http://proxy.server.it:8080`;
|
|
|
to setup maven proxy:
|
|
|
modify ${user.home}/.m2/settings.xml with the following:
|
|
|
```
|
... | ... | @@ -30,4 +30,7 @@ modify ${user.home}/.m2/settings.xml with the following: |
|
|
.
|
|
|
</settings>
|
|
|
|
|
|
``` |
|
|
\ No newline at end of file |
|
|
```
|
|
|
|
|
|
To setup the linux kernel to enable usbmon (the module to sniff on serial port through wireshark) use the command
|
|
|
`# modprobe usbmon` and to allow common user to use it (so you don't have to use wireshark as superuser) run `# setfacl -m u:$USER:r /dev/usbmon*` |
|
|
\ No newline at end of file |