Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zxc479773533/HUST-OperatingSystem-Labs
Hust OS labs, including TinyOS labs specially for IOT in 2018 Spring [Get 99/100]
https://github.com/zxc479773533/HUST-OperatingSystem-Labs
Last synced: 2 months ago
JSON representation
Hust OS labs, including TinyOS labs specially for IOT in 2018 Spring [Get 99/100]
- Host: GitHub
- URL: https://github.com/zxc479773533/HUST-OperatingSystem-Labs
- Owner: zxc479773533
- License: gpl-3.0
- Created: 2018-03-27T07:09:45.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-24T02:13:40.000Z (over 6 years ago)
- Last Synced: 2024-08-04T02:08:18.147Z (6 months ago)
- Language: C
- Homepage:
- Size: 5.35 MB
- Stars: 9
- Watchers: 0
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hust - zxc479773533 - 242/HUST-Operating-System-PKE) [uniqueFranky](https://github.com/uniqueFranky/riscv-pke) (课程实验和报告 / CS 大三)
README
# HUST-OperatingSystem-Labs
Hust OS labs, including TinyOS labs specially for IOT in 2018 SpringOnly for reference.
## OperatingSystem Labs
* lab01 - Implement a single pipe and signal handler
* lab02 - Synchronize threads using semaphore
* lab03 - Implement file copy using ring buffer and shared memory
* lab04 - Implement `ls -lR`Using some codes from `zxcpyplib`.
## TinyOS Labs
### About
* Environment:
* Software: Arch/TinyOS-2.1.2
* Hardware: Telosb
* Compiler: msp430
* Language: nesC (Network Embedded System C)### Details
* Prepare : Getting start with TinyOS and install Blink in it.
* Part I : Implement a Binary counter using LED and one Timer
* Part II : Add compute in LED 1
* Part III: Implement compute by task
* Part IV : Implement compute by Split-phase task---
* Prat EX : Simple Wireless Sensor Networks
* Part EX - 01: Get temporary, humidity and photovoltaic data by sensors, the send broadcast data packets
* Part EX - 02: Build a base station connected to PC, and transfer data packets to PC by serial
* Part EX - 03: BUild a java client to analyse the data![](./Sensor-Network.png)
Finished on Apr.17 2018