Skip to content

epodak/GreenHouseYun

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GreenHouseYun

Green House Controller App using Arduino Yun

Command for getting public IP from network interface eth1:

LANG=c ifconfig eth1 | grep "inet addr" | awk -F: '{print $2}' | awk '{print $1}'

or if not sure what is the interface, list all interfaces:

LANG=c ifconfig |grep -B1 "inet addr" |awk '{ if ( $1 == "inet" ) { print $2 } else if ( $2 == "Link" ) { printf "%s:" ,$1 } }' |awk -F: '{ print $1 ": " $3 }'

About

Green House Controller App using Arduino Yun

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 35.1%
  • C++ 19.4%
  • JavaScript 12.9%
  • Python 11.7%
  • PHP 11.4%
  • Other 5.3%
  • Other 4.2%