would you use a micro controller or an encoder?
You cannot simply encode/decode a signal for use as WiFi.
WiFi is a technology that creates a wireles network to transmit data wirelessly. This includes, but is not limited to:
- selection of radio channels (frequency)
- setting up a network name
- controlling access to the WiFi network
- encypting data to prevent taampering
- last not least performing the function of routing data from e.g an Ethernet based medium across the WiFi network to another e.g. Ethernet based participant. Instead of Ethernet USB or any other data transmission scheme is possible - in theory.
This is
completely different from simply modulating a carrier by a lower frequency signal as is done in e.g. AM or FM radio transmission! You really need to understand this difference.
Neither a mcirocontroller nor an encoder/decoder alone will serve for this purpose. You will need a full WiFi router at both ends. Typically the router will offer the data as an Ethernet based stream on an RJ45 receptacle.
You will then have to build your own transmitter and receiver based on a microcontroller that can communicate via Ethernet on the wire based side (to the router) and any other medium, e.g. the 63 MHz as envisioned by your scheme to the other end of your transmission link.
This may all be possible to do, but it requires definitely more skills and understanding than I have seen from your previous responses.
I strongly think that using standard WiFi routers with additional high gain antenna is your best choice.