UzbekNetwork uses two FIFO files, which you can use to talk with UzbekNetwork. If you want simple connect, try this command:
echo "your command here" | sudo tee /tmp/uzbeknetwork.fifo.in && cat /tmp/uzbeknetwork.fifo.outTo list all interfaces, you can use command:
list interfaces
This will send you interface list, splitted by space. UzbekNetwork can understand interfaces, starting with e (wired connections) and with w (wireless connections)
interface wake YOUR_INTERFACE
This will "wake" your interface
interface wake YOUR_INTERFACE SSID PASS
This will "wake" your interface using given ssid and pass
interface scan YOUR_INTERFACE
This will scan and send you a list of networks splitted by newline
When started, UzbekNetwork automatically reads file /etc/uzbeknetwork.autostart. Just throw bunch of commands in this file.