Changes between Version 5 and Version 6 of Other/Summer/2015/cMF2


Ignore:
Timestamp:
Jun 25, 2015, 4:44:47 PM (9 years ago)
Author:
yusun
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Other/Summer/2015/cMF2

    v5 v6  
    55=== Introduction ===
    66
    7 This project is to
    8 1.Deploy a small IoT system which has more than 20 sensors
    9 2.Implement Context-awareness under MobilityFirst FIA
     71.Mobility First (MF) is a network architecture, which is intended to directly address the challenges of wireless access and mobility at scale, while also providing new services needed for emerging mobile Internet application scenarios.
     8Related link:http://mobilityfirst.winlab.rutgers.edu/
    109
     102.The Internet of Things (IoT) is a scenario in which objects, animals or people are provided with unique identifiers and the ability to transfer data over a network without requiring human-to-human or human-to-computer interaction.
     11Related link:http://en.wikipedia.org/wiki/Internet_of_Things
     12
     133.Context-Aware computing refers to a general class of  mobile systems that can sense their physical environment, and adapt their behavior accordingly.
     14Related link:http://en.wikipedia.org/wiki/Context_awareness
     15
     16=== System Architecture ===
     17
     18
     19=== Goal ===
     20
     21This project has two goals:
     22
     231.Transmit data on MF stack
     24 1).Ideally deploy a wireless sensor network at different locations in specific area.
     25 2).Each location has a sensor gateway, which can record location information and run MobilityFirst, to transmit sensor data to MF Server   
     26
     272.Name assignment Service
     28 1).Whenever MF Server receive a type of data, it will assign a GUID to this data
     29 2).MF Server can query data based on GUID instead of IP address
     30
     31
     32=== Progress ===
    1133Week 1:
    1234have basic understanding of this project
     
    1436Week 2:
    1537Succeeded to transmit real-time data of sensor
     38
     39
    1640