You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you are available to help contributing to the NG AICD development, please add a short comment below and what parts of the app you think you could or would like to contribute to.
Here is a short (incomplete) list of app areas to which we need contributors.
Alpha Milestone
Functionality:
fix app permissions requests
fix and separate SignalStrengths and PhoneState listener functions
This thread is for developer commitments (only)!
Here is a short (incomplete) list of app areas to which we need contributors.
Alpha Milestone
Functionality:
fix app permissions requests
fix and separate SignalStrengths and PhoneState listener functions
app background Services (main controller, RfApi, GPS)
Create data bundle handler for the collector services (to push data from listeners to DB handler)
Create the main analyzer loop thread, that iterate through all
Detection Tests
Create
DTn
test templatedt
(delta-t) for the time it takes to process the detectionCreate run test/submit function to be used in analyzer loop:
RunDT(Int n);
String error, Int score, Boolean isAttack, Real TS, Real dt
)IF (error=="ok"){...} else {Log.e(TAG, ":DT%n: FAILED with Error: " + error, n);}
SQL:
UI:
app controller/settings activity (cleanup of: saving settings, buttons, text)
app detailed info activity (from AIMSICD) showing:
add DB viewer (from AIMSICD) for:
EventLog
SmsData
,BtsLoc
,DBi_phy
Beta Milestone
MAP:
add map activity from AIMSICD to be accessible from Setting Activity:
add map only, no points
add map points from
DBi_ext
(import) from local camera (bounding box), no logic, just pointsadd BTS point color-codes using
DBe_ext
add long press on map, to add that location to the
BtsLoc
DB table.add long press pop-up to select:
Delete
: to delete the pointMove
: to move the point to new locationSector Count: 0,1,2,3,4
: to give a visible estimate of the number of sectorsThe text was updated successfully, but these errors were encountered: