写在编码之前
一直想自己搭建一个自己的android push notifiycation的服务,因为有很多应用,比如数据库新增一条记录时推送消息到android app,所以,你懂得……
step1:
download:
ftp://public.dhe.ibm.com/software/integration/support/supportpacs/individual/ia92.zip
step 2
in visual studio,using NuGet console:
PM> Install-Package M2Mqtt
step 3
http://m2mqtt.wordpress.com/m2mqtt_doc/
这里有详细示例。