Skip to content

Tool to easy setup WiCAN device

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

alepez/wican-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

wican-tool

I've created this simple tool to help me setup a MeatPi WiCAN device.

Install

Copy the wican script in /usr/local/bin or another directory in your PATH environment variable.

Usage

If your WiCAN has the default configuration and your computer is connected to WiCAN access point, this command will create a can0 device and set the bitrate to 1000000:

wican tcp 0 192.168.80.1

You can also set the bitrate:

wican tcp 0 192.168.80.1 250000

If your WiCAN has another network configuration, just change the ip address:

wican tcp 0 192.168.1.217 250000

If you have a second WiCAN device, just change the <id> parameter, it will create a second can device: can1

wican tcp 1 192.168.1.218 250000

About

Tool to easy setup WiCAN device

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages