[dev] Simpler WiFi alternatives

From: Sagar Acharya <sagaracharya_AT_tutanota.com>
Date: Wed, 10 May 2023 20:38:22 +0200 (CEST)

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>
Received on Wed May 10 2023 - 20:38:22 CEST

This archive was generated by hypermail 2.3.0 : Wed May 10 2023 - 20:48:08 CEST