The amount of everyday objects augmented with computing technology is rapidly increasing. This allows to provide or use services of objects through the Internet, for instance controlling a device like a coffee machine or measuring the usage of a vending machine. Due to the growing relevance of the IoT in various domains we are offering a module dealing with its technologies. During this project-oriented WPF you will learn how to connect non-computing devices to the Internet following an approach of brainstorming an idea, designing a system and prototyping a product.
AppDetox in den Medien
Der WDR hat gestern einen Beitrag zu unserer mobilen Applikation AppDetox gezeigt: Detox-App gegen Handysucht (WDR Lokalzeit aus Köln, 15.09.2016, Verfügbar bis 22.09.2016) Weitere Beiträge zu unserem Projekt gibt es in verschiedenen anderen Medien: http://www1.wdr.de/nachrichten/rheinland/app-gegen-smartphonesucht-gummersbach-100.html http://www.rundschau-online.de/region/oberberg/gummersbach/smartphone-sucht-th-koeln-professor-stellt-handy-app-gegen-die-sucht-vor-24744772 http://www.ksta.de/region/oberberg-ks/smartphone-sucht-th-koeln-professor-stellt-handy-app-gegen-die-sucht-vor-24744772 http://www.rundschau-online.de/region/oberberg/gummersbach/smartphone-sucht-th-koeln-professor-stellt-handy-app-gegen-die-sucht-vor-24744772 http://www.oberberg-aktuell.de/index.php?id=70&tx_ttnews%5Btt_news%5D=183327&cHash=94f42c66d5 http://www.oberberg-nachrichten.de/too-much-twitter-is-bad-for-you-20160915.html
Permissions on Smartphones
Permissions are crucial for mobile applications. Interesting applications want to communicate with the Internet or use a variety of sensors. Since the latest version of Android developers can use runtime permissions for asking users to grant permissions during active use
Guided Projects
We are offering three guided projects for our master students next semester: Toolkit for Building Multi-Device Prototypes (with Deutsche Telekom), Aufbau einer IoT Architektur mit MQTT (with Opitz Consulting), Erweiterung des Interaktionsraums mobiler Geräte.
Expert Talks and Poster Presentations at WPF
During the last session of WPF Mobile Computing we had external experts who joined our class. First they both gave insights into their daily work as developers of mobile and interactive software. Next they talked about specific topics of mobile computing. Afterwards our students presented the current version of their apps.
Experts will talk at WPF Mobile Computing
Date: June 14th, 13:00h
Location: Room 3.209
Listing shell parameters
If you want to pass parameters from a shell to a program written in C, you can use the mechanism shown in the following piece of C code. [code language=”c”] #include <stdio.h> /* * This program will simply list the
Call for Papers: UbiTtention 2016
Users of digital devices are increasingly confronted with a tremendous amount of notifications that appear on multiple devices and screens in their environment, such as at smart homes, smart offices, smart cities, and smart mobile environments. It becomes obvious that intelligent attention management systems and alternative, for example ambient, representations of incoming notifications are needed.
The goal of this workshop is to discuss how the problems of information overload and overchoice can be solved. In the era of the Internet of Things (IoT) we have to handle incoming notifications from all our devices, and together with developments in smart city environments or with smart mobility the information overload will grow. In this workshop we want to focus on a larger understanding of the different roles notifications can play in a wide variety of computing environments including the office, the home, in cars, and other smart environments.
We solicit original, unpublished, technical papers in the areas relevant to the above topics, including, but not limited to: understanding mobile information needs, mobile notifications, mobile attention behavior, detection/prediction of availability and attention, detection/prediction of information perception, information overload, multimodal interaction with focus on attention optimization, interaction across devices, multi-device interaction, frameworks and tools for the development of smart attention systems, ambient notifications.
New tiny IoT devices
These little guys just arrived at our lab. The ESP8266 looks promising for IoT projects. Let us know if you are interested in doing some tests or if you have some experience working with this device.
Shell script for hiding desktop icons
Sometimes it is helpful to hide all icons on a desktop, e.g. during a presentation or if you want to focus on something and the files on desktop are disturbing. The following shell script is a solution for Max OS