Bi-monthly INDI Library released with new drivers and bug fixes.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
#!/bin/bash
sudo ngrep -d eth0 -t -W single host 192.168.0.12 | grep "T" | awk '{split($3,a,":");printf "%s\t %s\t %s\t %s\t %f\t %s\t %s\t \n ", $2, a[1], a[2], a[3], a[1]*36 00+a[2]*60+a[3], $4, $8}' | sed 's/192.168.0.10:/Indi\t/g' | sed 's/192.168.0.12:/OnStep\t/g' | awk '{print $1"\t"$2"\t"$3"\t"$4"\t"$5"\t"$6"\t"$8}'
[code]
2021/11/15 09 55 57.785758 3243357.790000 OnStep nNPzEW150#
2021/11/15 09 55 57.786038 3243357.790000 Indi :%BD#
2021/11/15 09 55 57.791273 3243357.790000 OnStep 0#....
2021/11/15 09 55 57.791402 3243357.790000 Indi :%BR#
2021/11/15 09 55 57.797515 3243357.800000 OnStep 0#....
2021/11/15 09 55 57.797864 3243357.800000 Indi :GX90#
[code]
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.