Sender | Message | Time |
---|---|---|
19 Oct 2024 | ||
average1129 | Hi Red , I currently don't have access to a 3d printer. I'll probably get access to one in about a month from now. I'll keep you updated on that front. | 08:43:50 |
average1129 | In reply to @shayanmajumder:matrix.orgHi shayanmajumder , yes I'd love to further the work on USLP. Any pointers on how to move forward with that would be great, since this is my first time working on an open source project. | 08:48:54 |
shayanmajumder | DMed you | 09:12:00 |
23 Oct 2024 | ||
cajt | This is mostly off topic: has anyone experience to share with Foss requirement management tools? | 06:30:07 |
30 Oct 2024 | ||
Artur Scholz | Horray: FreeCAD (v1.0) now comes with built-in Assembly Workbench: https://wiki.freecad.org/Assembly_Workbench | 15:25:32 |
cajt | A decade long wait has come to its end! | 17:45:16 |
cajt | ... but can the old assembly workbenches be imported? | 17:49:27 |
2 Nov 2024 | ||
Arpan Ghosh joined the room. | 03:46:02 | |
Artur Scholz | The rover wheels module prototype is here: https://gitlab.com/librecube/elements/LC2801 | 17:47:25 |
Artur Scholz | More tasks here: https://gitlab.com/librecube/organization/-/boards | 17:47:35 |
3 Nov 2024 | ||
Artur Scholz | In reply to @cajt:matrix.orgI doubt it. Anyways, I opened two issues related to 1U structure (applies equally to 2U): https://gitlab.com/librecube/elements/LC2101/-/issues | 10:56:15 |
Artur Scholz | @room Reminder to subscribe to the monthly newsletter: https://librecube.org/newsletter/ | 11:01:57 |
4 Nov 2024 | ||
Aryan Arora joined the room. | 15:35:56 | |
7 Nov 2024 | ||
kenny ng joined the room. | 03:51:35 | |
kenny ng | Guys i have question is anyone encountering this issue when you run the example code for class 2 to send file Traceback (most recent call last): File "/usr/lib/python3.10/threading.py", line 1016, in _bootstrap_inner self.run() File "/usr/lib/python3.10/threading.py", line 953, in run self._target(*self._args, **self._kwargs) File "/home/pi/filetransfertest/CFDP/Rover/venv/lib/python3.10/site-packages/cfdp/core.py", line 71, in _event_handler machine.update_state(event, pdu) File "/home/pi/filetransfertest/CFDP/Rover/venv/lib/python3.10/site-packages/cfdp/machines/sender2.py", line 154, in update_state self._send_missing_file_data() File "/home/pi/filetransfertest/CFDP/Rover/venv/lib/python3.10/site-packages/cfdp/machines/sender2.py", line 408, in _send_missing_file_data self.kernel.transport.request(pdu.to_bytes(), address) File "/home/pi/filetransfertest/CFDP/Rover/venv/lib/python3.10/site-packages/cfdp/pdu/filedata.py", line 59, in to_bytes return self.pdu_header.to_bytes() + databytes File "/home/pi/filetransfertest/CFDP/Rover/venv/lib/python3.10/site-packages/cfdp/pdu/header.py", line 53, in to_bytes databytes = bytes([ ValueError: bytes must be in range(0, 256) if so is there a way to fix it im using this gitlab: https://gitlab.com/librecube/prototypes/python-cfdp | 03:53:41 |
Aryan Arora | If I am correct, python-cfdp in the prototypes had been succeeded by python-cfdp in the library Please try https://gitlab.com/librecube/lib/python-cfdp | 04:56:52 |
Aryan Arora | * If I am not wrong, I think python-cfdp in the prototypes had been succeeded by python-cfdp in the library Please try https://gitlab.com/librecube/lib/python-cfdp | 04:57:50 |
kenny ng | ok thanks | 05:01:08 |
kenny ng | im getting this issue instead File "/usr/lib/python3.10/threading.py", line 1016, in _bootstrap_inner self.run() File "/usr/lib/python3.10/threading.py", line 953, in run self._target(*self._args, **self._kwargs) File "/home/pi/filetransfertest/CFDP/Rover/venv/lib/python3.10/site-packages/cfdp/core.py", line 126, in _event_handler machine.update_state(event, pdu) File "/home/pi/filetransfertest/CFDP/Rover/venv/lib/python3.10/site-packages/cfdp/machines/sender2.py", line 160, in update_state self.send_missing_file_data() File "/home/pi/filetransfertest/CFDP/Rover/venv/lib/python3.10/site-packages/cfdp/machines/sender2.py", line 410, in send_missing_file_data self.kernel.transport.request(pdu.encode()) File "/home/pi/filetransfertest/CFDP/Rover/venv/lib/python3.10/site-packages/cfdp/pdu/filedata.py", line 63, in encode return self.pdu_header.encode() + databytes File "/home/pi/filetransfertest/CFDP/Rover/venv/lib/python3.10/site-packages/cfdp/pdu/header.py", line 58, in encode databytes = bytes( | 05:06:08 |
kenny ng | which is the same issue | 05:06:42 |
kenny ng | like it only happen when i send the sample large.txt file as it does not occur for medium files | 05:13:20 |
Aryan Arora | I am using python 3.12.2 and can use the example send script for class 2 for large.txt. Maybe try to upgrade your py | 05:19:05 |
kenny ng | i alr tried upgrading but the highest i can go is 3.11 which is already being used | 07:44:40 |
Artur Scholz | Please post an issue here: https://gitlab.com/librecube/lib/python-cfdp/-/issues | 08:05:13 |
10 Nov 2024 | ||
Red | Slightly off topic but in open source topic: https://post.lurk.org/@loriemerson/113453075110287014 European Alternatives to US and EU-third party services | 19:35:22 |
Artur Scholz | Great! Another good resource is https://alternativeto.net/ where you can filer for open source replacements. PS: We have a non exhaustive list here (let me know if you have suggestions to add): https://librecube.gitlab.io/development/open_source/ | 20:23:02 |
Artur Scholz | * Great! Another good resource is https://alternativeto.net/ where you can filer for open source replacements. PS: We have a non exhaustive list here (let me know if you have suggestions to add): https://librecube.gitlab.io/open_source/ | 20:55:52 |
11 Nov 2024 | ||
Red | This one is interesting as well, privacy aware: https://switching.software/ again found from post from Prof. Lori Emerson | 01:04:38 |
12 Nov 2024 | ||
ashnicolus joined the room. | 16:33:51 | |
14 Nov 2024 | ||
Aryan Arora | Redacted or Malformed Event | 04:15:45 |