mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
ee4d9c29dd
Ws2300 manipulates the LaCrosse WS-2300 weather station via its RS232 interface. It can read and write values, and can continuously log data from WS-2300 to a file or SQL database. WWW: http://ace-host.stuart.id.au/russell/files/ws2300/ PR: ports/153452 Submitted by: Stefan Bethke <stb@lassitu.de> Approved by: gabor (mentor)
5 lines
59 B
Python
5 lines
59 B
Python
#!/usr/bin/env python
|
|
|
|
from ws2300 import *
|
|
main(sys.argv)
|