The user will input the number of nodes in the simulation and choose whether to specify the number of flechettes directly or calculate it using a method like percentage. The standard deviations for the distributions of nodes and flechettes can be input by the user, read from a file, or hard coded. The user will also specify the types of detectors in the simulation and their value ranges. The broadcast range for nodes will initially be set to 3. A target will be automatically created, getting path information from a file or through user keyboard input. The simulation will then run and data messages will be recorded to a file.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
134 views
CS361 Assignment 1
The user will input the number of nodes in the simulation and choose whether to specify the number of flechettes directly or calculate it using a method like percentage. The standard deviations for the distributions of nodes and flechettes can be input by the user, read from a file, or hard coded. The user will also specify the types of detectors in the simulation and their value ranges. The broadcast range for nodes will initially be set to 3. A target will be automatically created, getting path information from a file or through user keyboard input. The simulation will then run and data messages will be recorded to a file.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1
• User will input the Number of nodes
○ User will input the number of flechettes OR
○ User will compute the number of flechettesby some other method (% etc) • The standard deviations for the distribution of flechettes and nodes are input by user ○ Or…read in from file ○ Or..hard coded Recommendations sig_node = 10 Recommended sig_flechette=5 • Types of detectors ○ Type A through E. Each sensor should be in a different scale EX TypeA (.01 and .09) while Type B(.1 and .9) ○ OR Thermal,, Acoustic, Electromagnetic, etc… Google and find some realistic values • Broadcast range fdr nodes initially set to 3. (may be modified) • Automatically create a target, (info from target_file, including PATH ○ OR..user will control the target path by keyboard input • The simulation will run and data messages rrecorded to file.