我们开始开发一个新项目。会的a smart home project
。
基本上,家里的墙上都会贴一个平板电脑。这款平板电脑将完成许多工作,例如与设备通信、托管网页和 Web 服务等。此时我们不知道应该为此类应用程序选择哪种平板电脑设备。
选项包括:
1. Android tablet (android os)
2. Linux tablet (a linux os version)
3. Windows tablet (a windows embedded os version)
而这款平板电脑需要做到:
1. Hosting dinamic web pages (like jsp or php web application hosting)
2. Hosting a simple web service
3. Showing full screen application (only our application will be shown on the device)
4. Executing some background tasks related to usb or rs232.
我们不知道应该选择哪种平板设备和开发环境。
例如; 如果我们选择android平板设备,在这种情况下我们必须找出android os是否支持我们需要的东西。
根据上面列出的需求,我们应该选择哪种操作系统和平板设备?