Blog

Two PhD Positions

MARCH 8, 2018

Two PhD positions in the area of wireless networks and mobile computing are available in Mobile Systems & Intelligent Communication (MuSIC) Lab in the Computer Science Department at Virginia Commonwealth University (VCU), USA. The position covers the tuition fees and monthly stipend for the PhD duration.

VCU, the largest university in Virginia, is a Carnegie-classified very high research activity university, ranked in the top 100 universities in the U.S. in federal R&D expenditures. Applicants must hold a bachelor degree in computer engineering, computer science, or electrical engineering before they can take on the position. A good background in wireless networks or/and Linux kernel programming is a plus. A Master degree (or at least equivalent experience) is a plus. Proficiency in the English language (spoken and written) is required. Applicants should be highly motivated, be able to work independently and in an interdisciplinary team, have interests in scientific research and publishing research results, and have the commitment to obtain a doctoral degree.

Concise applications should include (1) one-page statement describing your motivation for applying for this position, your strength/weakness, and your career interests, (2) transcripts from your prior degree program(s), and (3) CV including names and contacts of two references. Please email your application as a single pdf file to Prof. Tamer Nadeem (tnadeem@vcu.edu) with subject “MusicLab PhD candidate”. Review of applications will continue until the positions are filled. For additional information, please contact Prof. Tamer Nadeem (tnadeem@vcu.edu).


Bluetooth Open-Source Stack (BOSS) - A Flexible and Extensible Bluetooth Research Platform

MARCH 8, 2018

Introduction

BOSS targets providing an open source implementing for the Bluetooth protocol firmware shown in the yellow section in Figure. In addition to, providing the driver level interface to access the firmware changes. Unlike Bluetooth driver, firmware has no open source equivalent available to the research community. Hence, BOSS provides the following modules:

  • Baseband link controller, esponsible for physical layer establishment to host communication. It requires the following modules: Bluetooth Clock, Addressing, Physical Channels, Links (physical, and logical), Packets, Bitstream processing.
  • Link manager firmware, negotiates the communication parameters between two devices. It consist of the following modules: Link Control, Link Manager, and Flow Control.
  • HCI firmware, provides the required interface for Bluetooth drivers to access firmware parameters.
  • BlueZ extensions, provides the interface between open source BlueZ, and BOSS.

People

Faculty
Tamer Nadeem

PhD Student
Ahmed Salem

M.Sc. Student
Ilho Nam
Maryam Arab
Khaja Ahmed

Collaborators

N/A

Publications

Hardware

  • Ubertooth One, an open source 2.4GHz wireless development platform. Ubertooth One comes with RF Connector for the antenna, ARM microcontroller, and a wireless transceiver as shown in Figure above. Moreover, it has an inexpensive hardware that can be easily or acquired or assembled using the publicly available instructions. Ubertooth One is designed to support Bluetooth transmit/receive features. However, it is only used for passive bluetooth packet sniffing. Late 2014, Ubertooth One introduced the capability of sniffing BLE packets. In this work, BOSS uses Ubertooth One to host the aforementioned Bluetooth modules, and support the full stack BLE features.
  • ElliSys Sniffer, a sniffer that passively captures Bluetooth communication from all the channels concurrentl. In this project, Ellisys enabled passively tracking our experiments in terms of monitoring our transmitted packets, tracing their contents, debugging packet information for Tx/Rx failures. In addition to, tracing timing delays of packet transmission, and reception.
  • SEGGER J-TAG Debugger, a USB powered JTAG debugger, that is supported by Ubertooth One. It provides a close look on the hardware registers throughout the debugging phase. Throughout BOSS development, it was required to check the register values to investigate cases of packet transmission failure.

Code

BOSS modifies the open source code by Ubertooth Ones as follows:

  • Host: Takes the Tx/Rx commands from user with optional parameters channel, master address, and slave address. The feature is provides through: host/ubertooth-tools/src/ubertooth-btle-A.c (new)
  • Host/Firmware Interface: a layer to exchange messages between host, and firmware. Is supported by the following files: host/libubertooj/src/ubertooth.c, host/libubertooj/src/ubertooth_control.c, firmware/bluetooth_rxtx/bluetooth.c, and firmware/bluetooth_rxtx/bluetooth_le.c
  • Firmware: Bluetooth Tx/Rx, and frequency hopping logic is provided in firmware/bluetooth_rxtx/bluetooth_rxtx.c , while supporting Tx features in the Ubertooth transceiver chip is done in firmware/bluetooth_rxtx/cc2400_rangetest.c

Source Code Ubertooth R2 , Boss Code.

Funds

  • NSF-CNS 1454285: "EAGER: Bluetooth Open-Source Stack (BOSS) - A Flexible and Extensible Bluetooth Research Platform”