Info about transceivers

Hi!
I have to build a RC system with two transceivers. Initially a transceiver controls another transceiver, then they change roles. They have to manage a lot of PWM signals.

So waht do you recommend me to use?

Thanks a lot!

Two transceivers means 2 receivers and 2 transmitters. These are usually used for communication, not for managing PWM signals.
What protocols/frequencies are you thinking?

The PWM frequencies should be the same described here: Arduino Playground - PwmFrequency

I have to handle PWM signals because the project consists of a command station and a RC hovercraft with some sensors that have to send their values to the station.