!kXpdasWeCTAvtfgULQ:matrix.org

librecube

254 Members
open source space exploration: https://librecube.org/31 Servers

Load older messages


SenderMessageTime
19 Oct 2024
@average1129:matrix.orgaverage1129 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:matrix.orgaverage1129
In reply to @shayanmajumder:matrix.org
Hi @average1129:matrix.org: it's great to see you have a communications background. Would you be willing to further @faithtng:matrix.org's work on https://gitlab.com/librecube/prototypes/python-uslp
Hi 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:matrix.orgshayanmajumderDMed you 09:12:00
23 Oct 2024
@cajt:matrix.orgcajtThis is mostly off topic: has anyone experience to share with Foss requirement management tools?06:30:07
30 Oct 2024
@artur.librecube:matrix.orgArtur ScholzHorray: FreeCAD (v1.0) now comes with built-in Assembly Workbench: https://wiki.freecad.org/Assembly_Workbench15:25:32
@cajt:matrix.orgcajtA decade long wait has come to its end!17:45:16
@cajt:matrix.orgcajt... but can the old assembly workbenches be imported?17:49:27
2 Nov 2024
@awaki:matrix.orgArpan Ghosh joined the room.03:46:02
@artur.librecube:matrix.orgArtur ScholzThe rover wheels module prototype is here: https://gitlab.com/librecube/elements/LC280117:47:25
@artur.librecube:matrix.orgArtur ScholzMore tasks here: https://gitlab.com/librecube/organization/-/boards17:47:35
3 Nov 2024
@artur.librecube:matrix.orgArtur Scholz
In reply to @cajt:matrix.org
... but can the old assembly workbenches be imported?
I 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.librecube:matrix.orgArtur Scholz@room Reminder to subscribe to the monthly newsletter: https://librecube.org/newsletter/11:01:57
4 Nov 2024
@villi5:matrix.orgAryan Arora joined the room.15:35:56
7 Nov 2024
@jeffest:matrix.orgkenny ng joined the room.03:51:35
@jeffest:matrix.orgkenny ngGuys 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-cfdp03:53:41
@villi5:matrix.orgAryan AroraIf 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-cfdp04:56:52
@villi5:matrix.orgAryan 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
@jeffest:matrix.orgkenny ngok thanks05:01:08
@jeffest:matrix.orgkenny ngim 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
@jeffest:matrix.orgkenny ngwhich is the same issue05:06:42
@jeffest:matrix.orgkenny nglike it only happen when i send the sample large.txt file as it does not occur for medium files05:13:20
@villi5:matrix.orgAryan AroraI am using python 3.12.2 and can use the example send script for class 2 for large.txt. Maybe try to upgrade your py05:19:05
@jeffest:matrix.orgkenny ngi alr tried upgrading but the highest i can go is 3.11 which is already being used07:44:40
@artur.librecube:matrix.orgArtur ScholzPlease post an issue here: https://gitlab.com/librecube/lib/python-cfdp/-/issues08:05:13
10 Nov 2024
@redsharpbyte:matrix.orgRedSlightly off topic but in open source topic: https://post.lurk.org/@loriemerson/113453075110287014 European Alternatives to US and EU-third party services19:35:22
@artur.librecube:matrix.orgArtur ScholzGreat! 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.librecube:matrix.orgArtur 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
@redsharpbyte:matrix.orgRedThis 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:matrix.orgashnicolus joined the room.16:33:51
14 Nov 2024
@villi5:matrix.orgAryan AroraRedacted or Malformed Event04:15:45

There are no newer messages yet.


Back to Room ListRoom Version: