Hi,
I have successfully got GCM working with a Chrome Application - we are using a HTTP server to send messages to GCM and the Chrome Application on users desktops are used to trigger the rich notification.
The problem I have is the corporate network is reluctant to open a port to all traffic.
Looking at the documentation I can see the ports that need to be opened are:
Note: If your organization has a firewall that restricts the traffic to or from the Internet, you need to configure it to allow connectivity with GCM in order for your GCM client apps to receive messages. The ports to open are: 5228, 5229, and 5230. GCM typically only uses 5228, but it sometimes uses 5229 and 5230. GCM doesn't provide specific IPs, so you should allow your firewall to accept outgoing connections to all IP addresses contained in the IP blocks listed in Google's ASN of 15169.
But I assume the traffic is not HTTP - can you give anymore information that I could provide to the network administrator?
Thanks
Mark