Practical Course Advanced Networking (Summer 2014)

From NET Wiki
Jump to navigation Jump to search

Details

Workload/ECTS Credits: 180h, 6 ECTS
Module: M.Inf.805.6C: Fortgeschrittenenpraktikum Computernetzwerke (6C), M.Inf.1800.Mp: Fortgeschrittenen Praktikum Computernetzwerke; 3.14 - Practical Course on Advanced Networking (ITIS)
Lecturer: Prof. Xiaoming Fu
Teaching assistant: Dr. Mayutan Arumaithurai,Jiachen Chen
Time: start:24 Apr 2014, 14:00-16:00
Place: IfI 3.101
UniVZ [1]


Imbox content.png Please do not hesitate to contact us if you want to take this course or join the Hawaii competition.

Course description

In this semester, some of our offered projects are supported by Microsoft's Hawaii project. By choosing one of the projects marked by Hawaii, you are eligible to participate in the [2]. (500 US dollars will be awarded to the most competent team within our university.)

We have some project(s) demo here last semester.

Prerequisites

You are highly recommended to have attended the following course(s) prior to this one:

  • Computer Networks (previously "Telematik")

Organization

Informational meeting

At the beginning of this semester (see #Schedule), there is an informational meeting.

Course teams

Students conduct this course in small teams. A team consists of at most three students.

Passing requirements

  • Present your topic and demonstrate your project at the end of this course (70%)
  • Prepare a written report on the selected topic (12-15 pages, Template:[3]) (30%)
  • It is mandatory for all students to stick to the deadlines mentioned in #Schedule.

Schedule

  • 24 April, 2014, 14:00 - 16:00: Informational meeting
    • Introduction to the course, selection of topics, formation of teams, and discussion of open questions
  • 22 May 2014, 14:00 - 16:00: Project mid-term presentation
    • Give a presentation on the project topic, motivation and project plan
    • Time limit: 15 min presentation + 10 min Q&A
  • 5th August 2014, 14:00 - 18:00: Project final presentation
    • Present and demonstrate your project, the motivation, the architecture, the program and the result
    • Time limit: 15 min presentation (with demo) + 5 min Q&A
  • 30 September 2014, 23:59: Submission of written report

Student Projects Demos

1.Content-centric Notification System (CNS)

A scalable, secure and timely notification system is always a necessary in daily communication. It is especially important in a disaster scenario. E.g., the government will notify the citizens about the status of the recovery, rescue and supply. The victims also need to notify their relatives (and whoever cares about them) their current status. They can also call for help (from ambulance service or any responsible service provided by the government) via such notification systems.

But the authorization is a big concern in such extreme scenarios. Authorization on a person-by-person basis is obviously not (energy, computation, and networkload) efficient. In such a system, we propose a new authorization system. A person create groups and use his own features (e.g., family name, cellphone number, eye color, etc.) as the challenge question for the group. In another word, he assumes that everyone who wants to join the group should have the knowledge of that information. Via such mechanism, a requester of a group can get authorization from other members of the group or even the network cache, thus save the cost on the group owner.

Another key feature of the project is the use of the Content-Centric Network (CCN). The new network architecture provides better support for a (topic-based) pub/sub system than the existing IP-based solutions. The demo system leverages the 6 machines in the network-lab running as CCN routers and hooks up with the HTTP translator on the edge of the network.

CNS 0.pngCNS 1.pngCNS 2.pngCNS 3.pngCNS 4.pngCNS 5.pngCNS 6.png


For more details, please check:

Topics

The following list of topics is constantly being expanded. If there is no topic that you like at the moment, please check back regularly for the most recent updates. You can also get in touch with us directly and we will try to find a topic that interests you. Also feel free to suggest your own topic(s) to the course advisors and we will accept it if the topic satisfies the requirements of this course.

Topic Topic advisor Initial readings Description Student


Large scale signal analysis Xu ren, Mayutan Arumaithurai Brain computer interface (BCI) lab at the Department of Neurorehabilitation Engineering focuses on decoding motor related information at the cortical level, using signals such as Electroencephalography (EEG), for the purpose of rehabilitation. In our lab, we seek to extract motor intentions (imagination or attempts) from EEG in real time, with which we use to trigger external devices (electric stimulator or robotic device) within a short latency. Currently, we are particularly interested in a special EEG signal modality called movement related cortical potential (MRCP) for the purpose of motion intention extraction. We are also working on advanced algorithms to extracting pathological signatures from EEG and EMG recordings. These signatures will also allow applying appropriate interventions.
Implementation and evaluation of 112 (emergency services) protocols Mayutan Arumaithurai ECRIT WG The task will consist of implementing and testing both client (preferably on a phone) and server side of standardized(or currently being standardized) emergency services protocols by the IETF ECRIT working group.
The Telepathic Phone: Recognition of activities and gestures from WiFi RSSI Stephan Sigg [4] Activity recognition on mobile phones usually requires that the device is carried while activities are conducted (e.g. accelerometer-based). However, it was demonstrated recently that this recognition is feasible also from WiFi RSSI when activities are conducted in proximity of the phone (device-free recognition).

We will provide a mobile phone and tools to extract RSSI information on the phone and to process the data offline. The team will develop an application that can achieve this processing real-time on the phone and display the recognised activities or gestures.

Indoor localisation based on RF-signal strength Stephan Sigg [5]

[6]

Ettus research (USRP)

Indoor positioning still remains a challenging task since GPS does not work indoors and reliable.

In addition, ubiquitously deployed alternatives are not yet available.

Recenty, localisation techniques based on radio frequency measurements has been proposed. We will provide USRP software defined radio devices and further required hardware equipment to design an accurate RF-based passive indoor localisation system.

The students will implement an indoor localisation system based on RF signals. With the implemented prototype, the student team will participate in the 2014 IPSN Indoor Localisation Competition [7]

Mobile phones based Content Notification system for disaster management Mayutan Arumaithurai,Jiachen Chen The team will have to implement a content Notification system for Disaster Management on Mobile phones.
A Cloud-Enabled Mobile Content-Based Image Retrieval Application (Hawaii) Jiachen Chen [8] The team will develop a cloud-enabled Content-Based Image Retrieval (CBIR) application for Windows Mobile platforms using the cloud as corpus rather than a local database. The application will have mobile interfaces which allow Windows Mobile users to access such service. Users can use their Windows Live ID to set up some preferences (such as preferred image size, search domain, etc) associated with the ID.
A Mobile Socially-Aware Tour Guide Application (Hawaii) Jiachen Chen [9] The team will develop an application which allows users to photograph/speak/input the name of a tour attraction and then invoke the cloud OCR/speak-to-text services and search engines to discover and share the information about this attraction. Users can write on the electronic-wall created for the attraction to share information. Users can also invite people who also visited the same attraction to be friends, get other people's comments or leave their own ones on this attraction, and recommend this attraction to other people.
DTN network simulation Edo Monticelli The goal is to implement some Delay Tolerant Network (DTN) routing algorithm in a network simulator. ns3 (Python / C++) or The One(Java) can be used.