Danes-Vault/2. Cole Group Meeting Notes/Weekly Note 2024-08-30.md

49 lines
1.5 KiB
Markdown

---
creation_date: 2024-08-30
modification date: Friday 30th August 2024 08:41:30
tags:
- WeeklyNote
---
<< [[Weekly Note 2024-08-23]] | [[Weekly Note 2024-09-06]] >>
# This Week's Daily Notes
[[2024-08-21]]
[[2024-08-22]]
[[2024-08-23]]
[[2024-08-26]]
[[2024-08-27]]
[[2024-08-28]]
[[2024-08-29]]
# Last Week's Plan
## ARCADE: BAD TO THE BONE
1. Get pymodbus and other necessary packages installed on the BeagleBone.
2. Follow pymodbus tutorial to send information back and forth to the bone.
1. To do this I need to figure out how to let the BeagleBone share my laptop's internet connection. In progress.
2. This really should not be so hard.
3. Robert and I joked about completely switching gears and [doing everything in Rust](https://github.com/slowtec/tokio-modbus/tree/main). Only joking. For now.
1. There's no reason we couldn't have a MODBUS client written in Rust on the Bone while the EndPoint uses Python. Shouldn't be an issue because MODBUS is just the communication.
## Diffusion
Work on that abstract paragraph.
## Zotero Web Server
1. Start installing things.
2. Ideally get a WebDAV server working. This is probably a couple hours of work depending on complexity.
## Rust
Chapter 4!
# Accomplishments
## Tasks and Notes From This Past Week
```dataview
TASK
where completed and file.mtime >= this.file.mday - dur(7 days)
group by file.link
sort rows.file.mtime asc
```
### Papers read this past week
```dataview
table title as "Title", dateread as "Date Read"
where readstatus and dateread => this.creation_date-dur(7)
```
## Remarks
# This Week's Plan