Skip to content

A TDMA simulator. It was created for comparison with slotted ALOHA protocol.

Notifications You must be signed in to change notification settings

TakayukiTomatsuri/TDMA_simulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TDMA simulator

This is a TDMA simulator.

Given the number of stations and delay time, it outputs delay characteristics and throughput characteristics as space-separated CSV (SSV).

It was created for comparison with ALOHA protocol. comparison_graph1

Usage

$ g++ TDMA.cpp
$ ./a.out > out.csv

comment

TDMAとやらのシミュレータ。ローカルリポジトリがどっかいったので履歴なし。slotted ALOHAバージョンとの比較のために作成。ずいぶん前に作ったので、READMEの説明がおかしいかもしれないので不安な場合コードをご覧ください。

About

A TDMA simulator. It was created for comparison with slotted ALOHA protocol.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages