Skip to content

JamesDrummond/artik

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ARTIK IDE DEVELOPMENT

Contribute

Eclipse License

The repo is to provide helpful software/scripts for the artik board. In general these tools will be to enhance ARTIK-IDE.

To use build the dockerfile.

##From Codenvy IDE
cd /projects/artik-tools/
mvn clean install
#From host or workspace CLI with docker support.
docker build -t jdrummond/artik-tools .
#Windows
for /f "skip=1 tokens=2 delims=: " %f in ('nslookup %COMPUTERNAME% ^| find /i "Address"') do set HOST_IP=%f
docker run -i jdrummond/artik-tools -t 5 -i %HOST_IP%
#Unix
#Change eth0 if using a different network device
export HOST_IP="$(ifconfig | grep -A 1 'eth0' | tail -1 | cut -d ':' -f 2 | cut -d ' ' -f 1)"
docker run -i jdrummond/artik-tools -t 5 -i $HOST_IP

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages