Project - EmulatedHardware #3
Replies: 2 comments
-
@Arunesh-Gour, @kartik-kumar71, @recker624, @Vikram-BM, @Prakhar-623, @gauravc6, @sanskar-singh-rajput. Check this discussion and fill your preferences as per your free time and availability. |
Beta Was this translation helpful? Give feedback.
-
@kartik-kumar71, @Vikram-BM, @Prakhar-623, @sanskar-singh-rajput. Need someone someone who can help with hardware simulation. Call me or signal me directly anytime for discussion, only if you don't have exam. |
Beta Was this translation helpful? Give feedback.
-
EmulatedHardware
Project 'EmulatedHardware' is created under 'Projects' section.
It contains 3 columns -
To Do
,In Progress
andDone
_.To Do
Contains un-assigned, pending modules.
Those who wish to take up modules listed under this section and start working on it must assign it to themselves.
To self-assign, follow below steps.
Copy
tab contents of module which you want to work on.In Progress
_ column, start out a new tab andpaste
the contents you copied fromTo Do
_ tab.heading
, give a line, and put assignee names asAssigned-to: @<assignee-github-username>
in comma separated fashion.Status: <status>
. This must be updated regularly.To Do
_ column, delete the tab you copied. At a time, a tab can only be in one column.In Progress
Contains assigned, in-progress modules list.
Details include assignees' names and work status.
After completion of work, the work can be moved to
Done
_ column, if it isDone
, notPartially done
.To complete, follow below steps.
Copy
tab contents of module which is completed.Done
_ column, start out a new tab andpaste
the contents you copied fromIn Progress
tab.Done
.In Progress
_ column, delete the tab you copied. At a time, a tab can only be in one column.Done
Contains completed modules.
These modules are stored to keep a track of what's done, who did it, and other details about the module.
This also serves a purpose in making
individual
project report.Tabs under this are not supposed to be deleted. They can only be moved to other columns based on situations.
Extra information
drag-n-drop
and edit as given.examples/coding/
to get a sense of how to code certain category of files.For
EmulatedHardware
_, the sample file isexamples/coding/SampleIoTStubDevice.py
.Heading
of the module is a reference to module listed in respectiveSRS
file, heredocs/software/IoTStubs_SRS.rst
.Mount point
refers to directory where the particular file needs to be placed / created.File name
refers to the name with which the file has to be created underMount point
.Class name
refers to the name of the class inside the file to be used.Readable
refers to the only variables that can be read from the respective module.Writable
refers to the only variables that can be written to the respective module._
in beginning denotes they are publicly available, i.e. listed in both tuples -?
and_?
._
in beginning denotes they are hidden from public, i.e. listed only in_?
tuple.Beta Was this translation helpful? Give feedback.
All reactions