
Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
This is project report. It was submitted as part of project in Network Programming course to supervisor and course instructor was Prof. Tausiq Dasgupta at Babasaheb Bhimrao Ambedkar University. It includes: Bluetooth, PAN, Implementation, Variables, Simulation, Nodes, Network, Random, Device, Name
Typology: Study Guides, Projects, Research
1 / 1
This page cannot be seen from the preview
Don't miss anything!

24 | P a g e
Following are the definitions of the major variables, we have used in this code.
num : This variable represents the current number of nodes in the network and assumes the value 1, when ‘Start Simulation’ is pressed.
IPs_Stack: This is a 2d array that contains IPs. These are randomly choosen IPs that are assigned to the new devices that connect to the piconet as slaves.
status: This variable is a string that contains the current status message string to be shown in ‘edit1’ text box.
nodes: It is a structure array that contains the device name, IP address and pincode of each node present in the network. The fields are assigned the following names:
Device_Name
IP
Pincode