- weChat, weiBo, twitter, and freeDraw;
- convert English and Chinese character to image;
- multi-media file convertor
- key2doll.json: define menu for weChat, and handle menu event
- createMenu.js: create menu for weChat
- ccount.json: map of account info of each app and smart mug ID
- enCharacter.json: Used in converting English character to image
- image_creator: client of image creator
- Registration, send the smart mug ID to cloud throught weChat client, cloud service will link the user's weChat account and smart mug automatically.
- User can send any English and Chinese character and punctuations.
- Predefine icons
- Send and receive multi-media between weChat client and smart mug.
- Visit http://www.pia-edison.com/weibo_smart_mug to authorize;
- Redirect uri of the WeiBo App must be set as http://www.pia-edison.com/weibo
- media:
- predefine: // Some predefined icons
- Dolls, weather, email
- Chinese: // Images of Chinese characters, they are created at runtime
- *.jpg
- weChatAudio: // audio file download from weChat server or upload from smart mug
- *.amr, *.mp3
- smart_mug accounts: // It is created when one smart mug visits cloud first time
- weChat:
- weiBo:
- predefine: // Some predefined icons
Client Query Parameters: mugID, app, appParameter
- Chao Zhang (chao.a.zhang@intel.com)