Software download information
Windows 10: Windows Subsystem for Linux (WSL), Windows Terminal, and Python 3 (Anaconda, Colab, or Jupyter optional)
macOS or Raspberry Pi OS: Terminal and Python pre-installed
ifconfig
uname -a
man uname
q
pip3 list | less
q
python3
>>> import math
>>> 4*math.log(2*331449281+1,3)
>>> exit()
ipconfig /all
wsl -l -v
pip list
python
>>> 3/2
>>> import math
>>> 4*math.log(2*331449281+1,3)
>>> exit()
git clone https://github.com/kevinwlu/iot.git
sudo pip3 install astral geopy psutil
cd iot/*3
python3 datetime_example.py
python3 time_example.py
python3 sun.py 'New York'
python3 moon.py
python3 coordinates.py 'SC Williams Library'
python3 address.py '40.74480675, -74.02532862031404'
python3 cpu.py
python3 socket_server.py
cd iot/*3
python3 socket_client.py 'SERVER IP ADDRESS'
cd ~/iot/*8
python3 plt_final.py
python3 plt_cv2.py
python3 keras_diabetes.py
Software download information
git clone https://github.com/kevinwlu/dsd.git
cd dsd/ghdl
gtkwave ha.vcd
gtkwave adder.vcd
gtkwave dff.vcd
gtkwave tff.vcd
gtkwave mux.vcd
gtkwave demux.vcd