Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 most recent check-ins
2024-09-10
| ||
17:05 | Clarify build in Makefile and intro.txt Leaf check-in: 669bdc79da user: glenl tags: trunk | |
16:53 | Initial ffsite commit. check-in: b067350618 user: glenl tags: trunk | |
2024-06-17
| ||
14:52 | Corrected a problem in Report Record where the search for the next record was incorrect in deep and subtle ways. Bumped the version number. check-in: 39b7693a37 user: andrewm tags: trunk | |
14:40 | Corrections to class model. Report_Record now only has a single identifier. check-in: a3e37f9d9b user: andrewm tags: trunk | |
14:39 | Corrected the invocation of "MODEM Init". Bumped version number. check-in: d9a59cffcf user: andrewm tags: trunk | |
14:38 | Changed to log output. check-in: 12869dc3ca user: andrewm tags: trunk | |
2024-05-06
| ||
16:37 | A few small details resolved. check-in: e9eccdfc04 user: glenl tags: trunk | |
2024-05-04
| ||
15:26 | Updated for changes in offld and aggrmgmt. Works with multiple sensor devices. check-in: 2939d5a5ab user: glenl tags: trunk | |
2024-05-02
| ||
16:13 | This is the second part of fix to multiple sensor handling. The latest changes to MODEM have broken ffargo, which gives me a good opportunity to update that to use the CELLCOMM domain. check-in: b9094f3764 user: glenl tags: trunk | |
2024-04-21
| ||
11:09 | Various bug fixes found while attempting multiple device connections, which are still not working. check-in: 3756760bf2 user: glenl tags: trunk | |
2024-02-19
| ||
16:29 | First cut at the Rosea translation for the Data Aggregator component. This program includes a dashboard for use in monitoring the activities of the domains. check-in: 97939fcaec user: andrewm tags: trunk | |
2024-02-15
| ||
13:29 | Added missing file. check-in: 87ec290947 user: andrewm tags: trunk | |
2024-02-14
| ||
16:27 | First cut at the Rosea version of the Data Accessor Offload / Cellular Communications domains bridge. check-in: 4976837352 user: andrewm tags: trunk | |
16:27 | Minor copy editing. check-in: dcf8f79616 user: andrewm tags: trunk | |
16:25 | Changed ensemble interfaces to match the differences between ingress and egress operations. check-in: b2c68e34e1 user: andrewm tags: trunk | |
2024-02-13
| ||
14:40 | First release of the Cellular Communications (Rosea) domain. check-in: 9c09561d45 user: andrewm tags: trunk | |
2024-02-12
| ||
16:51 | Continuing work on the Cellular Communications -- Rosea domain. check-in: be28439860 user: andrewm tags: trunk | |
2024-02-11
| ||
15:34 | Continuing work on the Rosea version of Cellular Communications domain. check-in: bdd752582a user: andrewm tags: trunk | |
2024-02-10
| ||
16:32 | Continuing work on realized Tcl version of the Cellular Communications domain. Have rough code in place and beginning some preliminary tests. check-in: a8930359bc user: andrewm tags: trunk | |
2024-01-26
| ||
14:54 | Started work on the realized cellular communication domain for the Rosea translation. At this point the files are just skeletons with empty interfacing procs. check-in: f41b292886 user: andrewm tags: trunk | |
2024-01-22
| ||
16:37 | Posix time repairs. check-in: dae97b443c user: glenl tags: trunk | |
2024-01-01
| ||
15:20 | Rename endpoint to ffapi, update tests check-in: 90a1e185b9 user: glenl tags: trunk | |
2023-10-28
| ||
15:28 | Added section on deployment for the data server. check-in: 1bc3d9eec2 user: glenl tags: trunk | |
2023-10-23
| ||
16:50 | First working data server, db schema, and test aggregator. check-in: 31db614c52 user: glenl tags: trunk | |
2023-09-12
| ||
09:45 | Added detail on SQL query for detecting time gaps in data collection., check-in: dda972a172 user: glenl tags: trunk | |
2023-09-10
| ||
14:56 | Completed two error scenarios. check-in: b66bbfc54c user: andrewm tags: trunk | |
14:54 | Removed assertion invocations in some of the ENDPOINT ingress operations. Since any connection error causes the corresponding ENDPOINT instance to delete itself, any outstanding messages being sent may not find the associated ENDPOINT. This is not really an error, it is just that the ingress operation happened too late. check-in: 15e8a6508b user: andrewm tags: trunk | |
2023-09-09
| ||
15:45 | Corrected the Connection Request state model. The model failed to cancel a delayed event on an error path resulting in an "event in flight" error at a later time. check-in: 0e4d14f96b user: andrewm tags: trunk | |
2023-09-04
| ||
15:19 | Got the happy path test for aggrmgmt / upld / offld / bleclient integration running. check-in: 8d41706121 user: andrewm tags: trunk | |
2023-09-03
| ||
16:25 | First cut at the aggrmgmt / upld / offld / bleclient desktop integration application. check-in: 57c8b1e2ba user: andrewm tags: trunk | |
2023-08-19
| ||
13:10 | Added more detail to stitch workbook. check-in: 29951f7911 user: glenl tags: trunk | |
2023-08-15
| ||
13:21 | First working alpha of stitch using sqlite for data maintenance. check-in: 23c0184d7b user: glenl tags: trunk | |
2023-08-13
| ||
13:56 | Completed aggrmgmt / upld / bleclient integration application. check-in: 077a20eb8e user: andrewm tags: trunk | |
2023-08-11
| ||
15:30 | First working release of the aggrmgmt/upld/bleclient integration application running the rosea translation against a Remote Sensor target. check-in: 0ea8743491 user: andrewm tags: trunk | |
14:45 | Added an addition check to insure that coroutine that is used to sequence connection opening still exists when the Services Resolved property callback happens. Under certain error conditions, the coroutine may have already returned. check-in: daafa6d603 user: andrewm tags: trunk | |
14:42 | Updated the number of retained Aggregation History instances to 10. check-in: 30be454250 user: andrewm tags: trunk | |
2023-08-10
| ||
16:10 | reverted to sending an ending record, signalling Upload from Read_first_parameter. check-in: cb251a4bf4 user: glenl tags: trunk | |
14:14 | Added a set of characteristic specific formatting functions to adjust select what is sent as the Bluetooth characteristic values as opposed to the internal type of the variable being sent. This has the effect to eliminate trailing NUL characters from the characteristics that are strings but are allocated larger sized arrays in the domain code. check-in: 0b6e29175d user: andrewm tags: trunk | |
2023-08-09
| ||
16:51 | aggrmgmt Report Record fixes for empty record uploads, small text formatting edits in the Aggregation state model. check-in: ae035ed0a7 user: glenl tags: trunk | |
12:24 | Repaired aggrmgmt / Report Record state model to increment record counts in upload instead of payload initialization. check-in: 189e3f06bc user: glenl tags: trunk | |
2023-08-08
| ||
16:27 | Fixed bug in aggrmgmt, Report Record state model/UPDATING REPEAT COUNT state action -- decrement Reporting Session / Record count when no repeating records are present to read. check-in: 9d9eccc139 user: glenl tags: trunk | |
13:06 | Stitch alpha, working version with basic terminal output. check-in: 4a5f3a8b49 user: glenl tags: trunk | |
2023-08-01
| ||
09:44 | Restore missing interval values in population. check-in: dc9eb43659 user: glenl tags: trunk | |
09:43 | Added missing files for stitch application. check-in: e3983dfc93 user: glenl tags: trunk | |
2023-07-31
| ||
12:03 | Aggrmgmt rosea integration test updates for latest changes, miscellaneous fixes in the aggregation model“s rosea translation. check-in: 526db9abf0 user: glenl tags: trunk | |
2023-07-30
| ||
15:47 | Restore original population values for Report Interval. check-in: 2b433717fa user: andrewm tags: trunk | |
15:42 | Minor coding error. check-in: a532cbe5de user: andrewm tags: trunk | |
15:34 | Solved a problem with recursive attempt to modify a relvar during tracing. check-in: 62057a3fbf user: andrewm tags: trunk | |
15:33 | Corrected omitted state transition in Connection Request state model. check-in: 3249416c5f user: andrewm tags: trunk | |
15:33 | Corrected omitted state transition in Connection Request state model. check-in: f5c1df84be user: andrewm tags: trunk | |