I think routers ought to be way simpler than they currently are. I wonder if 
y'all can recommend me some minimal C code which can be used as a router.

I think that if the analog pins of arduino are connected to an antenna, and a C 
code similar to,

while 1
    If (switch_1==1)        create_connection_with_handshake()
    else if (switch_1==0)        send_packet_to_isp()
        receive_packet_from_isp()
        
Something like that. Are there some existent projects like that? I really don't 
think a router requires LibreCMC or OpenWRT like gigantic OSes.


Thanking you
Sagar Acharya
http://humaaraartha.in <https://humaaraartha.in>

Reply via email to