Search on Google how you can do that on a Linux command line and see if you can transfer that into blocks like i did.
Maybe you can use Api for that.
Yesterday full day i searched for api but dint get a free api
If anyone is willing to make an extension then this can be helpful:
May be you can do that
I have seen this website but its paid
The this one
I am seeing it
I dont know how to convert it into blocks
Or You can try with Web component…
Using any website…
You will have to deploy/host that on your server.
Yes I can.
But there are other extension devs and newbies who could be interested in this.
So lets see if anyone starts his/her extension development from this or anyone else comes up with the extension
Please friend I am preparing for MIT hackathon, please can you make it??
Did you try the tip i gave you about using a linux command?
If you are entering the MIT hackathon why not make it yourself. If you are letting others do the work for you it seems like cheating.
Yes i did. Command - ```
awk ‘/em1/ {i++; rx[i]=$2; tx[i]=$10}; END{print rx[2]-rx[1] " " tx[2]-tx[1]}’
<(cat /proc/net/dev; sleep 1; cat /proc/net/dev)
but the output was nothing