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

Fix #105 and also update 5.3.4 Bus data flow monitoring to synchronize with https://github.com/UAVCAN/public_regulated_data_types/pull/93 (#106)

github.com/OpenCyphal/specification - 7cacf58936a494de973c81bfe13f1ecbcb71337c authored about 4 years ago
Merge pull request #95 from UAVCAN/pavel-kirienko-patch-1

Update 7509.Heartbeat.1.0.uavcan

github.com/OpenCyphal/public_regulated_data_types - 53a4696adab3a3d01a2cd8a1d201001c384f0f0f authored about 4 years ago
Update 7509.Heartbeat.1.0.uavcan

Fixes https://github.com/UAVCAN/specification/issues/105

github.com/OpenCyphal/public_regulated_data_types - 9006d7dbd97b2ed13d9b69a936cada7977d71c1a authored about 4 years ago
Do not run test before release

github.com/OpenCyphal/pydsdl - bd68d2da54f891dba2bfec75b47e119faf660ff0 authored over 4 years ago
Make DelimitedType.delimiter_header_type truncated (not saturated) (#56)

* The delimiter header type should be constructed only once to permit reference equality checks ...

github.com/OpenCyphal/pydsdl - 9643b70aef81e60b83d14d784980189253e7dc26 authored over 4 years ago
Amended Github Actions deployment scripts

github.com/OpenCyphal/website - 9dc100b334a618f35f33a9c1325dd06b986995e9 authored over 4 years ago
Customized sidebar/navbar menu

github.com/OpenCyphal/website - fab2e43ea8b30301edebfbc1af1afa8c0edb8bf8 authored over 4 years ago
Describe an edge case concerning deserialization of delimited objects (#103)

* Describe an edge case concerning deserialization of delimited objects

* Improve wording in ...

github.com/OpenCyphal/specification - acc9bf65855ad255566d49a1b1c370f6d3f90096 authored over 4 years ago
Bump PyDSDL version number (#156)

* Bump PyDSDL version

https://forum.uavcan.org/t/unknown-directive-sealed-error-when-trying-t...

github.com/OpenCyphal/nunavut - 0ecc917a8517138dda5f07fe1dadc974f6ec7ebc authored over 4 years ago
Added UAVCAN color scheme

github.com/OpenCyphal/website - e8d96c770a205c5e88195ba1ef5cbd86d6dec98b authored over 4 years ago
Fixes for pydsdl changes (#155)

* Fixing required sealed or extent keyword

This fixes #152 but #153 is still an issue

* fi...

github.com/OpenCyphal/nunavut - a4147c54db014e522dbf975eb390ed0dfe7e4254 authored over 4 years ago
Made collapsed navbar sticky

github.com/OpenCyphal/website - 74453cb44646f153be84e5d73c1d890f357a0eba authored over 4 years ago
Added wrap control to feed cards

github.com/OpenCyphal/website - 55cacefb7b99ef6536298cc9ec161408cab620d3 authored over 4 years ago
Update README.md

Use correct link

github.com/OpenCyphal/public_regulated_data_types - 6d285e11830079aaea74a5a0689aa9898945e01a authored over 4 years ago
Added styles to collapsed navbar

github.com/OpenCyphal/website - 20c214536e79f8ad46af0bc3f0f681c0321bfda7 authored over 4 years ago
Amended style for feed cards

github.com/OpenCyphal/website - 642d4d5ed429c328ac1e0c8741b2e173f3bc1d5c authored over 4 years ago
Changed index page to home page

github.com/OpenCyphal/website - 30543e5f39ca62a024b2ad5ea16cae0f10ed4b69 authored over 4 years ago
Added Conformant Products page

github.com/OpenCyphal/website - be3bf29c70341b0458a591a9f4f0b508f66f0d2f authored over 4 years ago
Do not run test.sh from release.sh

github.com/OpenCyphal/pycyphal - ac2ed338d215e62d125d6858cd44bb3154336c31 authored over 4 years ago
Merge pull request #128 from UAVCAN/beta

Conform to Specification v1.0-beta

github.com/OpenCyphal/pycyphal - 8d4a3824e886e750f3ce83b337f5021b618c961f authored over 4 years ago
Fix a minor None reference error in CLI

github.com/OpenCyphal/pycyphal - f91d229ac8c342eeff4d38ec3a28884e28b8eadb authored over 4 years ago
Fix typing and formatting issues

github.com/OpenCyphal/pycyphal - d6ebaf2af9f4a9e1322f5099c72792fd968cea1f authored over 4 years ago
Delimited serialization test

github.com/OpenCyphal/pycyphal - 8401db996550d8a0e6eaadcae1295c36b86cd263 authored over 4 years ago
Add test types for validating delimited serialization

github.com/OpenCyphal/pycyphal - a82e1c1734cd8ba27e1db29b193eda3ff8a07eb6 authored over 4 years ago
Remove dead code from templates

github.com/OpenCyphal/pycyphal - 772673beeb42a10d4dad78feac0e08b6b9b26f47 authored over 4 years ago
Implement delimited serialization

github.com/OpenCyphal/pycyphal - 8c673b4ec5a4cb4e0a9174142c169c1c3e1364ad authored over 4 years ago
Maybe the Windows errors are caused by the pipe overflow? This change defers the start of the subscribers until the very last moment to avoid this.

github.com/OpenCyphal/pycyphal - 3260961e9978af4b6ed5de3caabd91698eb933e4 authored over 4 years ago
Serializer/deserializer forking

github.com/OpenCyphal/pycyphal - c549e8e1ef2b27c7c96c95527640b4ee335f11ef authored over 4 years ago
Further relax timings

github.com/OpenCyphal/pycyphal - 6a7d238e03802f6298ce0872a70e8cc3886f8049 authored over 4 years ago
Relax timing requirements in the demo test to fix a Windows-specific timing-induced error

github.com/OpenCyphal/pycyphal - 95cea4af7c1d264c316c49e35f43e4e570ac2277 authored over 4 years ago
Fix default priority of the heartbeat publisher

github.com/OpenCyphal/pycyphal - e4b6894e99f985bfed1641cac62abc7c6798b7b8 authored over 4 years ago
Disable Python 3.9 on AppVeyor

github.com/OpenCyphal/pycyphal - c87ec59e9594c9bb3edbbbfeb5bb4d6a80482b16 authored over 4 years ago
Add Serializer.fork() for delimited serialization

github.com/OpenCyphal/pycyphal - 92e476b9eca91b9f7879e7a7a0908e255bb5c025 authored over 4 years ago
This is not going to work, no. We should speed up code generation.

github.com/OpenCyphal/pycyphal - 61b1a1f3be2be59f5aa8420ff60ae2a3c7ac9313 authored over 4 years ago
Further relax timings

github.com/OpenCyphal/pycyphal - 9b388a31d13dfaebbe4f37d06fbaf5cf6fe7c4df authored over 4 years ago
Add commentary explaining why we can't use the standard JSON module in the CLI

github.com/OpenCyphal/pycyphal - ddbbb050cc0a35aad6c6e1f4d62c2f11d5e8ead9 authored over 4 years ago
Test against Python 3.9

github.com/OpenCyphal/pycyphal - f7d88c69d83aad475a5b6952e21825a30be4df8d authored over 4 years ago
Relax the timing requirements to make the test pass on Windows

github.com/OpenCyphal/pycyphal - 3751b6440497ca727ba0cc997e9d2e56aa29eb5d authored over 4 years ago
Fix the doc build

github.com/OpenCyphal/pycyphal - 7b7f6c8cd9382edcb25f83829cd7136d27909738 authored over 4 years ago
Static analysis should be green now

github.com/OpenCyphal/pycyphal - e5c797e33b622304413979198015082518525cbb authored over 4 years ago
Add a convenience property CompositeType.inner_type to reduce boilerplate (#55)

* Add a convenience property CompositeType.inner_type to reduce boilerplate

* Bump version

github.com/OpenCyphal/pydsdl - ff0fb359963e131d915e9eeb5996db3e17c22db6 authored over 4 years ago
Fix CLI help failure and add test

github.com/OpenCyphal/pycyphal - df7e13cedc7aaa6feef2512cb80df29dcbceb503 authored over 4 years ago
All tests fixed (pass on my machine)

github.com/OpenCyphal/pycyphal - 6f2f902bfde0f844aeecaadf098d6f76e0b69a4f authored over 4 years ago
All fixed, presumably

github.com/OpenCyphal/pycyphal - b36e1ff3e7e50006c6150d89b840455a347b1cd0 authored over 4 years ago
Fixing things, 5 to go

github.com/OpenCyphal/pycyphal - 5912ae8b6d5022aa5547eadf53fc6d42174494a3 authored over 4 years ago
Fix two more tests

github.com/OpenCyphal/pycyphal - 653a88178cde64482241b85c0903784a2c12ce20 authored over 4 years ago
Fix serialization validation logic

github.com/OpenCyphal/pycyphal - 7b0a1d7c7732379b04e410e70edde8c6264d546e authored over 4 years ago
WIP -- intermediate commit; tests are on their way to being fixed

github.com/OpenCyphal/pycyphal - 49ca711420947e25259a5c57a55d6779ece4db9e authored over 4 years ago
A better approach -- remove the backlink, use presence flag instead

github.com/OpenCyphal/pydsdl - 0a2c0b105960013b8729280bcbed2fab51816530 authored over 4 years ago
Link parent service properly

github.com/OpenCyphal/pydsdl - 5c0c98dbd655b6f344c527ec65dd6ee81f08480a authored over 4 years ago
Update the port-ID ranges, tests are failing

github.com/OpenCyphal/pycyphal - 74bafd31ef152ac95342ee6623b766193ed4159a authored over 4 years ago
Temporarily repair serialization

github.com/OpenCyphal/pycyphal - 7d828a958ede588a77ec49409dd17e4958ded56e authored over 4 years ago
Abandon Travis because https://travis-ci.community/t/org-to-com-migration-deadline/10260 (#54)

github.com/OpenCyphal/pydsdl - c689d9cf163d0fd482724618b13735a2b894e54d authored over 4 years ago
Make pydsdl.Any picklable (#53)

* Reimplement late service children binding to make objects picklable

* Add pickleability test

github.com/OpenCyphal/pydsdl - b510cbccb8dbb4ab05380e037a06bb55f496f398 authored over 4 years ago
Make `@sealed` or `@extent ...` required. Provide usage hints when neither are found. (#52)

* Make `@sealed` or `@extent ...` required. Provide usage hints when neither are found.

* Rem...

github.com/OpenCyphal/pydsdl - 36fcf8230af009d8ba36807bfc0abe8477d69964 authored over 4 years ago
Remove default extent (#102)

* Update the change log (and fix formatting)

* Remove default extent

* Weaken the compatib...

github.com/OpenCyphal/specification - 14865c6cb6f34c2a2e2ac4454c4d46c8fd3fe59a authored over 4 years ago
Increase the maximum data type name length (#51)

* Increase maximum name length per https://github.com/UAVCAN/specification/pull/101

* Version...

github.com/OpenCyphal/pydsdl - bbfb111c2a978a69bb21a214141daf581947244f authored over 4 years ago
Increase the maximum data type name length (#101)

* Increase the maximum data type name length

* Update DSDL

* requirements.txt: update PyDS...

github.com/OpenCyphal/specification - 513582a51e49a64f9ee1a03faf1f00d5cb0db15c authored over 4 years ago
Merge pull request #94 from UAVCAN/enlarge-names

Enlarge arrays as discussed

github.com/OpenCyphal/public_regulated_data_types - b60ef841ba699ad0266499fe5cd1270de8dd4ca2 authored over 4 years ago
Enlarge arrays to avoid overoptimization for resource-constrained systems: file path, register name, buffers

github.com/OpenCyphal/public_regulated_data_types - 226d6a7e6a93e877c929c89b38128beff3139000 authored over 4 years ago
Add filter for selective blank lines removal (#151)

* Add filter for selective blank lines removal

(╯°□°)╯︵ ┻━┻

Humans should not do things th...

github.com/OpenCyphal/nunavut - df9b3cac98fe249a27de7a2a8947838e94984d99 authored over 4 years ago
Aligned serialization support

github.com/OpenCyphal/pycyphal - e00c5a68bdd9a40d9218b055b9f092038a19dca9 authored over 4 years ago
Merge pull request #92 from UAVCAN/standard-registers

Extend the set of standard register names

github.com/OpenCyphal/public_regulated_data_types - 5f07305d261c334908f40fd0f79e635d30397c2f authored over 4 years ago
Added Consortium page

github.com/OpenCyphal/website - 97e3a7ff98d64b0a8b1ebb66052bd11111cab6ef authored over 4 years ago
Update CONTRIBUTING.md

github.com/OpenCyphal/libcanard - 3e8f8037ca15e74c7e87efa5919b0873bd54feee authored over 4 years ago
Update contributing guidelines

github.com/OpenCyphal/pycyphal - 4507de6be62e8ce60e06b4dfb5c795bb7a9f2e92 authored over 4 years ago
Scott does not accept cookies

github.com/OpenCyphal/public_regulated_data_types - bd5251384663c450a114089f2bb0c94a86142bd8 authored over 4 years ago
Merge pull request #93 from UAVCAN/84

Update the port introspection service per discussion on the forum

github.com/OpenCyphal/public_regulated_data_types - cb22a90c42996ab5036df46b2a33fce6386f4d9a authored over 4 years ago
Update uavcan/register/384.Access.1.0.uavcan

Co-authored-by: Scott Dixon <[email protected]>

github.com/OpenCyphal/public_regulated_data_types - a99129e93edd9c77dd7c0c2e15b3e26e69712df4 authored over 4 years ago
Added responsive horizontal scrollbar to implementation table

github.com/OpenCyphal/website - 236ddcf42b1a96b4af683844bf85e33d9641e26e authored over 4 years ago
Added new slide to carousel, changed card headings

github.com/OpenCyphal/website - 8a352d69e8ce99fe1444a8e83c1ffc14e53de08d authored over 4 years ago
Merge pull request #91 from UAVCAN/drone-review

[DS-015] Minor non-semantic adjustments

github.com/OpenCyphal/public_regulated_data_types - 2eea7e6bbcc654b1516f6fb3435b8a2d44baaa1b authored over 4 years ago
Add elaborations per Nuno's request

github.com/OpenCyphal/public_regulated_data_types - db858af29e67bb30c7f4a1fb9eb0ce03c7d1bf6b authored over 4 years ago
Bullet points are commonly overused, but in this they are actually helpful.

github.com/OpenCyphal/public_regulated_data_types - 524846934858e0309c0494dc052a959c890fbfac authored over 4 years ago
Address the feedback from Nuno

github.com/OpenCyphal/public_regulated_data_types - 91289f030be51e4614f2b1915fcceadb3c80d6e6 authored over 4 years ago
Minor non-semantic corrections

github.com/OpenCyphal/public_regulated_data_types - 6a05625e8fb2655c7bcee8b00a07caa9b20ecf7d authored over 4 years ago
Added CI/CD to GH Actions

github.com/OpenCyphal/website - 07ca1ade4e9ab9996d87f01f02282147cd4054bb authored over 4 years ago
Added bootstrap template & carousel

github.com/OpenCyphal/website - 0a0467c925f19185bb0a29291fdf727881cfc13e authored over 4 years ago
Define the new port introspection service per https://github.com/UAVCAN/public_regulated_data_types/issues/84

The new service is stateless and compliant with the interface design guidelines.

The Statistics...

github.com/OpenCyphal/public_regulated_data_types - 292fce2baa8a61ccab5d3be297aa9ae122963255 authored over 4 years ago
Remove the old port introspection services

The reviewed design will address the same demands using a stateless subject and the register int...

github.com/OpenCyphal/public_regulated_data_types - a52b02dbb18fd62c4672c2d810de74de96ce11b7 authored over 4 years ago
Add maximum port-ID constants and remove the unnecessary void padding (it is inserted automatically)

github.com/OpenCyphal/public_regulated_data_types - 19225478c613e86ffd6fc3ee4f86917b35eafccb authored over 4 years ago
Address https://github.com/UAVCAN/public_regulated_data_types/issues/89

This will need to be covered in The Guide later in detail.

The favicon proposal (from an earlie...

github.com/OpenCyphal/public_regulated_data_types - 31e56c67c62876990715a8b5ff5bc2410985ec3d authored over 4 years ago
Address https://github.com/UAVCAN/public_regulated_data_types/issues/90 by renaming Arming into Readiness

github.com/OpenCyphal/public_regulated_data_types - b8c19c613056da2494e7df77da902bd524d45c49 authored over 4 years ago
Merge pull request #155 from UAVCAN/pavel-kirienko-patch-1

Docs: clarify usage of canardRxSubscribe

github.com/OpenCyphal/libcanard - f994b7037cac67dba0630dc043440d961f68a2d0 authored over 4 years ago
Docs: clarify usage of canardRxSubscribe

Presumably fixes https://github.com/UAVCAN/libcanard/issues/154

github.com/OpenCyphal/libcanard - 9fcbf835349c04f28ec2564bf035f3cf8d0b3486 authored over 4 years ago
Drop the PyDSDL requirement because it is a transitive dependency through Nunavut; bump Nunavut

github.com/OpenCyphal/pycyphal - 8ff31fbbeed85dba0f4f4edae35a2b0725ebb63b authored over 4 years ago
Avoid overspecialization in acoustics.Note

github.com/OpenCyphal/public_regulated_data_types - be54fbefb3009383f3d8fcf60cedcabfe6444077 authored over 4 years ago
Merge pull request #88 from UAVCAN/air

[DS-015] Air data computer

github.com/OpenCyphal/public_regulated_data_types - 7f15069ab7a8391652d97a1fa29fe5a8d9c0961d authored over 4 years ago
Expand a bit on the design rationale in the README according to the chat with Nuno.

github.com/OpenCyphal/public_regulated_data_types - 8dcf3f6d7c722e88bf299cf4b8ad5fa6f0b19a8d authored over 4 years ago
Fix for #146 (#147)

* bumping version to take V1 beta

* fixing realgen tests

* Fixing all the tests after v1 b...

github.com/OpenCyphal/nunavut - 7f90bc32159d81c8ac46fb664007f137ba2574cb authored over 4 years ago