Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kevinbird61/simulation-wireless-802.11
For course/education only. We only perform the analysis on the source code, not author it.
https://github.com/kevinbird61/simulation-wireless-802.11
simulation wlan
Last synced: about 2 months ago
JSON representation
For course/education only. We only perform the analysis on the source code, not author it.
- Host: GitHub
- URL: https://github.com/kevinbird61/simulation-wireless-802.11
- Owner: kevinbird61
- Created: 2017-12-15T04:23:26.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-12T01:26:18.000Z (about 7 years ago)
- Last Synced: 2024-11-06T22:47:02.317Z (3 months ago)
- Topics: simulation, wlan
- Language: Matlab
- Homepage: https://kevinbird61.github.io/simulation-wireless-802.11/
- Size: 11.8 MB
- Stars: 6
- Watchers: 6
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# simulation-wireless-802.11
simulation of wireless 802.11 in MATLAB.
## Usage
* branch `octave` is worked on `octave 4.0.0`. (If you don't have MATLAB)
* But original one is running on `MATLAB`
* So have missing function, like `db` for signal-to-noise ration.
* And `sim1.m` has some problems need to be solved.* branch `master`,`matlab (for additional program usage.)` is worked on `MATLAB R2016a`.
* Without any bugs.* generate document page by papoGen
* need to install `node.js` first!
* available on `linux`/`macOS`.
```sh
cd docs/ && make
```## Functionality
* Entries:
* sim1.m (crosslayer)
* sim2.m (crosslayer + mobility)* This program provide:
* Radio Propagation
* free space
* two-ray
* lognormal shadowing
* Mobility
* random waypoint model
* PHY
* SNR-based packet capture
* broadcast
* dynamic transimission rate and power
* MAC
* IEEE 802.11 (CSMA/CA, virtual carrier sense, and RTS-CTS-DATA-ACK)
* NET
* ad-hoc routing
* APP
* overlay routing protocols
# Discuss Note
- [Dropbox Paper record](https://paper.dropbox.com/doc/Project-2-802.11-sJdS2RZ4Fjm5k5XJGfTik)