Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

OpenCyphal

Open technology for real-time intravehicular distributed computing and communication based on modern networking standards (Ethernet, CAN FD, etc.)
Collective - Host: opensource - https://opencollective.com/opencyphal - Website: https://opencyphal.org - Code: https://github.com/OpenCyphal

Stropping test

github.com/OpenCyphal/pycyphal - f5ebb99745b8a849cd2ee7fee344bd364c56c354 authored about 5 years ago
Never use DEBUG-level logging for PyDSDL because it yields too much data

github.com/OpenCyphal/pycyphal - 95ca865aa820964b6c0fbb9f571489a956659ce2 authored about 5 years ago
Fix code generation

github.com/OpenCyphal/pycyphal - 73e84c25af2b78547562fa67bf02653235d115aa authored about 5 years ago
Remove SKIP_SLOW

github.com/OpenCyphal/pycyphal - 331f895bb09bb95aa5518a28bab983ba3d154535 authored about 5 years ago
Minor updates of low importance

github.com/OpenCyphal/pycyphal - efc7a6141d052cf82c8eab628561e5cdf9ac062e authored about 5 years ago
Merge branch 'master' into nunavut-updates

github.com/OpenCyphal/pycyphal - e1b676da1af6fac4600cae8e0c55bbcbb6c30eaf authored about 5 years ago
Weak requirement to use the same MTU throughout the network. This follows from the discussion at https://github.com/UAVCAN/specification/pull/64#discussion_r356720334. The wording may be amended slightly in the upcoming review of the transport layer chapter but the changes are expected to be minor.

github.com/OpenCyphal/specification - b3893e367dbf9abe3058c1e07762f26dc20ee20d authored about 5 years ago
Merge pull request #73 from UAVCAN/first-application-specific-namespace

Application-specific types are back

github.com/OpenCyphal/public_regulated_data_types - 3ab1d382dec16b748f100b8b5fea7f03179f1d7b authored about 5 years ago
Type polymorphism on unions; see https://github.com/UAVCAN/specification/pull/64#discussion_r357771739

github.com/OpenCyphal/specification - 28902afd2aefa1e9e7d5b93aa1d642940b2bbdf7 authored about 5 years ago
Issue #94 and progress on Issue #91 (#101)

* Issue #94 and progress on Issue #91

Major refactor of language context to drive filter opti...

github.com/OpenCyphal/nunavut - 42eb7cd508b3d04d884a5c88a1140a1cc0a906a6 authored about 5 years ago
Semantic compatibility example per https://github.com/UAVCAN/specification/pull/64#discussion_r356696879

github.com/OpenCyphal/specification - 2f27a1a22e3b493555cc15e97655051229b57b36 authored about 5 years ago
How to use the toggle bit for automatic protocol version detection; https://github.com/UAVCAN/specification/pull/64#discussion_r356703753

github.com/OpenCyphal/specification - 426ae9ad6af5511d9d3f37f7165e218a3afbac67 authored about 5 years ago
Define mutual semantic compatibility

github.com/OpenCyphal/specification - 8229d652c1aa344a545cf7e01a331edb92eae330 authored about 5 years ago
Follow-up to https://github.com/UAVCAN/specification/pull/64#issuecomment-564473988 -- zero padding only

github.com/OpenCyphal/specification - 614dc9460d7d3a087a19caae60fd6475319fd958 authored about 5 years ago
Moved an elaboration into {remark}

github.com/OpenCyphal/specification - e0b7548180b287059599309d11862f7f70e261b2 authored about 5 years ago
Clean up the remarks (non-normative sections) in the implicit truncation and implicit zero extension sections

github.com/OpenCyphal/specification - 7e3cc11df3869cf473bbf7cf959e0b25fb44f743 authored about 5 years ago
Explicit reference to variable-length array serialization from a remark about implicit zero-extension

github.com/OpenCyphal/specification - 460896836ae2f84d308e48c45cf14b66f1c5bbd8 authored about 5 years ago
Wording in 3.7.1.4

github.com/OpenCyphal/specification - afeabb3db5cd6bf3459bfcadb78ae296841ad0f5 authored about 5 years ago
Move elabirations in section 3.7.1.4 'Implicit truncation of excessive data' into a non-normative remark section

github.com/OpenCyphal/specification - 459cbeb7f2b44862bfae617d2f488488995ef61a authored about 5 years ago
Explicit reference to the definition of field attribute equality from the type polymorphism section

github.com/OpenCyphal/specification - f84fc51d63becc5eb28d1d5cacb4e890e1e01c43 authored about 5 years ago
Do not require implementations to avoid registering the case where a received transfer payload contains more data than expected

github.com/OpenCyphal/specification - ac8294b37b0507620ff7137257e2b6bcf7d65899 authored about 5 years ago
Update specification/transport_layer/transport_layer.tex

Co-Authored-By: Scott Dixon <[email protected]>

github.com/OpenCyphal/specification - 6eb4d65fa8a55b0d327477267031244e9756f735 authored about 5 years ago
Update specification/transport_layer/transport_layer.tex

Co-Authored-By: Scott Dixon <[email protected]>

github.com/OpenCyphal/specification - 6d1215be0258142af98e428b1cf86b628f686007 authored about 5 years ago
Update specification/dsdl/serialization.tex

Co-Authored-By: Scott Dixon <[email protected]>

github.com/OpenCyphal/specification - 9bfc125fa3234a13a43c1dbd8e72bcc7a90ae6e8 authored about 5 years ago
Update specification/dsdl/serialization.tex

Co-Authored-By: Scott Dixon <[email protected]>

github.com/OpenCyphal/specification - 9bd79543634e88ab5becce78e62465de13deb3e7 authored about 5 years ago
Update specification/dsdl/serialization.tex

Co-Authored-By: Scott Dixon <[email protected]>

github.com/OpenCyphal/specification - 9001f79f1e0877939488c5e4e90666e2feac269a authored about 5 years ago
Update specification/dsdl/serialization.tex

Co-Authored-By: Scott Dixon <[email protected]>

github.com/OpenCyphal/specification - 2af6ed35fa18e93de85205c67addf6a871b560fe authored about 5 years ago
Update specification/dsdl/compatibility.tex

Co-Authored-By: Scott Dixon <[email protected]>

github.com/OpenCyphal/specification - c2deb862c6da6fac077a8064929333556c64141c authored about 5 years ago
Polymorphic compatibility

github.com/OpenCyphal/specification - 85903e07175caa86ea7bfeacb9fb6b1a1cdfa63d authored about 5 years ago
Explicit definition of type polymorphism

github.com/OpenCyphal/specification - e638c74d3899f3296c31dac53ebba174f7b7419f authored about 5 years ago
Progress on #91 (#100)

* Combining additional #88 test with #88 fix and #91

Disabling the Jinja cache results in the...

github.com/OpenCyphal/nunavut - 87daa4cc1e68168c6644113c8696e2bc23622334 authored about 5 years ago
Minor corrections

github.com/OpenCyphal/specification - 37deb61541065bac5b8d134e47f7399c535cfd01 authored about 5 years ago
False statement; working on elaborations now

github.com/OpenCyphal/specification - 90544eede3ae7b8f76694296453314d14f8fbc24 authored about 5 years ago
Intentional zero-trimming is forbidden because it would be impossbile to remove it from the protocol later without breaking backward compatibility

github.com/OpenCyphal/specification - b0966e7619ea8d9f7b0daf7550ca36e0bee8e2bb authored about 5 years ago
Remove redundant elaborations from the CAN section because that is already covered in the DSDL chapter

github.com/OpenCyphal/specification - 2b4c6ef95bfb46b791472adcf9c1f238677104f8 authored about 5 years ago
Updated all definitions under uavcan.si.sample to make them structural subtypes of their counterparts under uavcan.si.unit.

This change is related to https://github.com/UAVCAN/specification/pull/64.

The breakage is acce...

github.com/OpenCyphal/public_regulated_data_types - f8bd3ac1e1c0fcd6aabb6c36335236ce03b23777 authored about 5 years ago
Port identifier assignment constraints

github.com/OpenCyphal/specification - 976e0122a955695cab2743968561996953120ca3 authored over 5 years ago
Implicit truncation and zero-extension

github.com/OpenCyphal/specification - 8ecbe16714a12ea102916f68b5df05bb42711dd8 authored over 5 years ago
Transport payload truncation: typographical corrections

github.com/OpenCyphal/specification - 1fa712481d6be36c29d6d44c9ae19578f3109899 authored over 5 years ago
Data type compatibility variabilities

github.com/OpenCyphal/specification - 67c2957b229358a9f1441f180c456f25f2fb5eea authored over 5 years ago
Payload truncation example

github.com/OpenCyphal/specification - 0b089409dc7bc60a54b7005efc120be4a4ab68d6 authored over 5 years ago
Payload truncation rules

github.com/OpenCyphal/specification - 3a70fc3901626fe182ea2ac742639a8b30efaef0 authored over 5 years ago
Minor correction to cd.yml

github.com/OpenCyphal/website - 997da7458ca1db3eb1e22c37b12a2b5bf3ed9035 authored over 5 years ago
Create cd.yml

Workflow for continuous delivery

github.com/OpenCyphal/website - eeaa45e2571855d299dd1d03f5cbdff7436225d3 authored over 5 years ago
Merge branch 'master' into future

github.com/OpenCyphal/specification - bee82447a953fe8235cd1bef5c592ff9a4684fd7 authored over 5 years ago
Merge pull request #62 from UAVCAN/final-review

Minor changes throughout

github.com/OpenCyphal/specification - feca8ddc0c1b9a20ec83fc5905f19c0132a21cef authored over 5 years ago
CAN ID layout update

Updated the CAN ID layout to accommodate the v0/v1 compatibility objectives outlined in this thr...

github.com/OpenCyphal/specification - 63ef8f49be0c04937f36992f971de80a16051967 authored over 5 years ago
Public regulated data type update

github.com/OpenCyphal/specification - 02ce33010c28d1613a96a4fe3c33179cee2f3a9c authored over 5 years ago
Merge branch 'master' into final-review

github.com/OpenCyphal/specification - e5965d56260d6fa1adc46f1f11c3298ba6c92e57 authored over 5 years ago
PyDSDL dependency version update

github.com/OpenCyphal/pycyphal - f8b2909dc603d51c65012090ad24009e8e6be5dc authored over 5 years ago
Minor style fixes

github.com/OpenCyphal/website - 7a9f572d3c9a9731fdfea6942fb04f6f326c25a1 authored over 5 years ago
Display pinned topics on the front page

github.com/OpenCyphal/website - 52420bf2d5dd8341b6a3db5361ce7cfde4737638 authored over 5 years ago
Link to the article

github.com/OpenCyphal/website - 33ccd99fb40da0940277d5b1e2deaadaca1a3f1f authored over 5 years ago
Minor update of the front page

github.com/OpenCyphal/website - ea0aa19bf011c0e0b9c576af04a25f0f50fcd9c9 authored over 5 years ago
Nobody likes the font

github.com/OpenCyphal/website - 81428291fbe5810d95663b50354c9b73b155c410 authored over 5 years ago
Merge branch 'master' into nunavut-updates

github.com/OpenCyphal/pycyphal - 04933dc3e1aebecac8b75695ee744cf20eee8a37 authored over 5 years ago
Merge pull request #86 from UAVCAN/local-dsdl-gen-pkg

Store DSDL-generated packages in the local directory by default

github.com/OpenCyphal/pycyphal - 7cc79786e212940c4777a8ffa741cc0b6709b17a authored over 5 years ago
Lower the verbosity level of the node-ID conflict message

github.com/OpenCyphal/pycyphal - adb65cb04622c4b829b950ee5761ecc7449f7c96 authored over 5 years ago
Better test namespace name

github.com/OpenCyphal/pycyphal - ad9861a43c8a7a30f59555b22c117665784bff9d authored over 5 years ago
Update the docs

github.com/OpenCyphal/pycyphal - 58167d6ab77ba18f999888dd246a762dee20973f authored over 5 years ago
Enforce DSDL version consistency on generated classes

github.com/OpenCyphal/pycyphal - cd7228445a31e88339dd2ab4fed0daf3cbf7cafc authored over 5 years ago
Update DSDL deps

github.com/OpenCyphal/pycyphal - 851326288d6ce9c0ab05398ff3f6ff89cc49cc5d authored over 5 years ago
Use the current working directory as the default destination path to avoid global state

github.com/OpenCyphal/pycyphal - 72ae917e206695818f7fc432888c8f5d00514739 authored over 5 years ago
CLI doc clarification

github.com/OpenCyphal/pycyphal - 37cbaa50144b555439ad9e577d37e28b924217f4 authored over 5 years ago
Doc updates, version bump

github.com/OpenCyphal/pycyphal - db259352e4c6bd47436c706271618db9eeb892ae authored over 5 years ago
Semi-automatic comment update

github.com/OpenCyphal/pycyphal - e13fb68a48b7b00da3da5cfb9a603c1a20201692 authored over 5 years ago
A library-global data directory for storing DSDL-generated packages

github.com/OpenCyphal/pycyphal - 2f7c9792c68e87d89f50b352eeb57a2f61f1981b authored over 5 years ago
Update specification/application_layer/functions.tex

Co-Authored-By: Pavel Kirienko <[email protected]>

github.com/OpenCyphal/specification - 12e0cdbf5656eb133431d0c602db3629d685433c authored over 5 years ago
UAVCAN_Specification.tex test commit; changed 'has been advised' to 'has been made aware'

github.com/OpenCyphal/specification - bf863c18c0d5e013a9428aa8d5373a21fb794bf2 authored over 5 years ago
Update specification/application_layer/conventions.tex

Co-Authored-By: Pavel Kirienko <[email protected]>

github.com/OpenCyphal/specification - 9b98a8ecbc345a1ce2b8b3e6822c2ce9d98cc68f authored over 5 years ago
Update specification/application_layer/conventions.tex

Co-Authored-By: Pavel Kirienko <[email protected]>

github.com/OpenCyphal/specification - 9c22edb3fac758a1b6cbdbdc272444e6a03d044b authored over 5 years ago
Update specification/application_layer/requirements.tex

Co-Authored-By: Pavel Kirienko <[email protected]>

github.com/OpenCyphal/specification - 4b9b07146a0a12e9977d673817449a65950ccd41 authored over 5 years ago
Update specification/transport_layer/can.tex

Co-Authored-By: Pavel Kirienko <[email protected]>

github.com/OpenCyphal/specification - 56e19f58909be26a640c5c86080f1cfa8b0ddd59 authored over 5 years ago
can.text updates

addressing comments in https://github.com/UAVCAN/specification/pull/55

Updates to functions.tex...

github.com/OpenCyphal/specification - bc4d9d371bba45e561a8749031bf5196e04eb1fa authored over 5 years ago
Minor copy editing

github.com/OpenCyphal/specification - d23f8b52f0a5370a8289d2113ec9faaa3badab84 authored over 5 years ago
Minor copyedit changes

github.com/OpenCyphal/specification - a29ff7b586451762209e16961a5189d17590ebe9 authored over 5 years ago
Added itemize for subject and service identifier values

github.com/OpenCyphal/specification - bace4debf88082a66bc16a32f20ce8c0272d11e1 authored over 5 years ago
Minor copy edit changes

github.com/OpenCyphal/specification - aff36f14f54cd9a8b52d540c411f13c3dec2789b authored over 5 years ago
conventions.tex and application_layer.tex: comments added to text and edits made throughout

github.com/OpenCyphal/specification - 8c91844b6b013ca372c3175ffc31b0fff6536b81 authored over 5 years ago
Copyediting and rewriting throughout.

Tried to simplify some statements throughout
to make easier for non-native English readers

github.com/OpenCyphal/specification - 9243fb844d6c6dab92bf1e4e84dc7ce451595561 authored over 5 years ago
Update specification/application_layer/functions.tex

Co-Authored-By: Pavel Kirienko <[email protected]>

github.com/OpenCyphal/specification - c623ff252be1a3630545090a13a8a627a28a4d3e authored over 5 years ago
Update specification/application_layer/functions.tex

Co-Authored-By: Pavel Kirienko <[email protected]>

github.com/OpenCyphal/specification - 20ce2b1ba25b52d53a1990664d17b5d063138e1a authored over 5 years ago
Issue #96: bumping the patch number (#97)

github.com/OpenCyphal/nunavut - 5ab9cb761b885dcf9e47bd9764ced1fc1f4c298c authored over 5 years ago
Remove unnecessary 'type: ignore'

github.com/OpenCyphal/pycyphal - e63d8c8686ee303d1414ad89f75ed1262de4bafe authored over 5 years ago
Raise the minimum required version of PyDSDL (#95)

This is needed to ensure that the latest patches are pulled in. They are needed for compatibilit...

github.com/OpenCyphal/nunavut - e9dae0fde639f9a037f0eed266d4386a983ffe61 authored over 5 years ago
Extract DC current parameters into a common message type.

The primary motivation for this is to illustrate to adopters that finer segregation may allow on...

github.com/OpenCyphal/public_regulated_data_types - 3b8314585084a37a27d02e17ed1cbedfb949dea3 authored over 5 years ago
Torque setpoint message removed; https://github.com/UAVCAN/public_regulated_data_types/pull/73#discussion_r340177909

github.com/OpenCyphal/public_regulated_data_types - 64122d8f9331aa67755b51df2b50cc7e4b30f504 authored over 5 years ago
BMS dual temperature; https://github.com/UAVCAN/public_regulated_data_types/pull/73#discussion_r340197791

github.com/OpenCyphal/public_regulated_data_types - e65b2a62821eacd957741f0f5b615b84d10ddfdf authored over 5 years ago
BMS balancing flag; https://github.com/UAVCAN/public_regulated_data_types/pull/73#discussion_r340191200

github.com/OpenCyphal/public_regulated_data_types - b7d7e84a702e998f08f44f239e37316ce8e03204 authored over 5 years ago
Merge pull request #30 from UAVCAN/reserved-name-fix

Unreserve "com" and "lpt"

github.com/OpenCyphal/pydsdl - e10effb33389c46eaa65ff05781af4b4d8658ad4 authored over 5 years ago
Merge pull request #57 from UAVCAN/pavel-kirienko-patch-1

DSDL: un-reserve names "com" and "lpt"

github.com/OpenCyphal/specification - fb42b19cbb0faf4df09df9c461d2331a30d97970 authored over 5 years ago