ANT protocol in Arduino Mega

Hi all,

I need your input on my project right now. I have Electromyography project that uses ANT Protocol as the wireless communication protocol.
A lil bit of explanation, so I would like to capture electrical signal from EMG electrodes (biceps) that goes to EMG signal processing (filtering etc.) and to analog pin Arduino. It should give a voltage output right there. Then I want to pack the data in ANT Protocol (which is used a lot by Garmin and other sport devices) and send it to a virtual server that I have made before on my laptop via Access point.
My question: Is Arduino Mega (with wireless shield) capable as Master to make a communication protocol (ANT Protocol) to my virtual server?

Thank you in advance, I appreciate if you could give me some advice.