Ecosyste.ms: OpenCollective

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

Node OPC UA

we are on a mission to build open-source framework that connect your industrial objects with NodeJS and OPCUA
Collective - Host: opensource - https://opencollective.com/node-opcua - Website: https://node-opcua.github.io/ - Code: https://github.com/node-opcua

feat(server|client) handling oversized requests & responses

github.com/node-opcua/node-opcua - 98d7ba60537a1e3095e74573ef6ee889d3b58428 authored over 2 years ago
parallel test now display running tests periodically

github.com/node-opcua/node-opcua - 224f286bc8829193efd3077450831249dfff6337 authored over 2 years ago
server: fix initial keepalive in subscription

github.com/node-opcua/node-opcua - 08e42411c0698658bf75e321aa05ca5eedac7d72 authored over 2 years ago
machinetool: fix typescript definition

github.com/node-opcua/node-opcua - c2a1b30bf09cbef9c867d0426fcf20a2a5c83176 authored over 2 years ago
fix session exhaustion during reconnection #1162

fix a bug causing server to fail reconnection by
session exhaution.
The bug was found w...

github.com/node-opcua/node-opcua - aed879358405d1bac2ea82e82f34871dad15e604 authored over 2 years ago
update test timeout

github.com/node-opcua/node-opcua - 1490b53c701f5e8376fe2365f711c9a48eb43aa2 authored over 2 years ago
account for unattached subscriptions in maxSusbcriptions

github.com/node-opcua/node-opcua - d7c50c5a1c83fe074d0bac4d46d58850a7477189 authored over 2 years ago
fix type generation

github.com/node-opcua/node-opcua - d23188445b2f2bfcea319e0df4eb633efceeb671 authored over 2 years ago
add buffer overflow protection

github.com/node-opcua/node-opcua - ca83cab2b3df0755c702184c78573629917ec3d1 authored over 2 years ago
add option to limit CPU usage

github.com/node-opcua/node-opcua - a80b82181db151bb6dac63c3dbdfba9902a6803d authored over 2 years ago
ajust time in test

github.com/node-opcua/node-opcua - bff28ca29692da8d14c626c86ee4532946e40e97 authored over 2 years ago
minor test refactoring

github.com/node-opcua/node-opcua - dbb5b57938a1c8a1a483f290de30c7dda0ad7d4e authored over 2 years ago
Add a max retry to prevent infinite retries

A max retry should be used so that the connect attempt will throw an error if the discovery serv...

github.com/node-opcua/node-opcua - a37faf1702a86e560d61445e92ccdc76f9eb4c42 authored over 2 years ago
Update README.md

github.com/node-opcua/node-opcua - efb7c5bfad2b9626395044764315f6a7be11e8b8 authored over 2 years ago
Update monitoring_home_temperature_with_a_raspberry.md

Fix variable redefinition #715

github.com/node-opcua/node-opcua - 47a877cded9cbe11610ef583b6d59eb9b4f27a60 authored over 2 years ago
fix: Update MachineTool to `1.01.1`

* fixes Update MachineTool to v1.01.1 #1172

github.com/node-opcua/node-opcua - f9a7fc89b0c2461933ced46512aec000a409a13b authored over 2 years ago
bug(numerical-range) fix buffer adjustment (fixes #1167) 2

github.com/node-opcua/node-opcua - 1db30b455682a6a8c890cbf8acdcac1e7dda827d authored over 2 years ago
bug(numerical-range) fix buffer adjustment (fixes #1167)

github.com/node-opcua/node-opcua - 71c22f9d68ce262a81959bd4704cb2790b93f4ca authored over 2 years ago
fixes loading int64 as nodeset variable value from nodeset2.xml file

github.com/node-opcua/node-opcua - d9492e433b80305b29029c5f6db098c43a970329 authored over 2 years ago
feat(server-configuration): certificateExpirationAlarm 2

github.com/node-opcua/node-opcua - 17f73665a5dea56e61a16816e95b0fdc69c72ed7 authored over 2 years ago
fixes #1163 parsing informative version string in nodeset and trying to convert to semver whenever possible

github.com/node-opcua/node-opcua - 54887662573d7bdeb932f2fb18613d2597503861 authored over 2 years ago
feat(server) expose extended server limites & capabilities from 1.05

github.com/node-opcua/node-opcua - f9c389a738502d246ad5baf3818cf8c3570685ad authored over 2 years ago
feat(server) deprecate maxAllowedSessionNumber in favor of serverCapabilities: {maxSessions: }

github.com/node-opcua/node-opcua - 54a373903a9542dbbae809f4df0640cd2d7ae73d authored over 2 years ago
feat(server-configuration): certificateExpirationAlarm

github.com/node-opcua/node-opcua - b689b1b68a160ac099947375d419c793c252be0d authored over 2 years ago
feat(server-configuration): certificateExpirationAlarm

github.com/node-opcua/node-opcua - faeaa642e6afb7d253f66ada95db66db938612a3 authored over 2 years ago
feat(alarm) improve typescript definition

github.com/node-opcua/node-opcua - a71724b7f1e9433ccfc9808fcc4d0b387a3f8b24 authored over 2 years ago
feat(server) implements serverCapacity.maxMonitoredItems/maxMonitoredItemsPerSubscription

github.com/node-opcua/node-opcua - 1d9d3022703e807956d898183d3f32381b918495 authored over 2 years ago
fixes #1164 - loading guid in extension object from nodeset2.xml file

github.com/node-opcua/node-opcua - ddd8362f66845ec297c46f832b845a48adcf5a7c authored over 2 years ago
OPCUAClient: allow connect after disconnect

github.com/node-opcua/node-opcua - 7c05f81964ca0ff2f3c6a017e99aa0cdef421dbc authored over 2 years ago
update types to 1.05.1

github.com/node-opcua/node-opcua - 44c539782c8cd76bb3ab768f9ee75fcda02bf38f authored over 2 years ago
feat(server) implements maxSubscriptions/maxSubscriptionsPerSession

github.com/node-opcua/node-opcua - ddee843b905a92381d0a3bf9dabb2d4ec2448b34 authored over 2 years ago
add node version check and dowgrade target version to ES6 fixing #37

github.com/node-opcua/opcua-commander - 6a4d298caa0a435cb411c514c8aa944060dad6f8 authored over 2 years ago
update packages, remove update-notifier

github.com/node-opcua/opcua-commander - e38ffa01fd919a45e7e3520464a749e19766b63d authored over 2 years ago
update packages, fixing CVE-2022-33987

github.com/node-opcua/node-opcua - 52e7c828b0ae1404d22d2b8e8fb8af74c98da824 authored over 2 years ago
update to node-opcua-crypto 1.11.0

github.com/node-opcua/node-opcua-pki - ab1b79d2379d3952043747d31915b978a084ab0b authored over 2 years ago
add support for CRL files version 1 ( see node-opcua#1127)

github.com/node-opcua/node-opcua-crypto - a47bf46730a45029e7d3cd946c6040a341618856 authored over 2 years ago
update packages - fix jsrsasign vulnerability

github.com/node-opcua/node-opcua-crypto - 19a721974784a13c25cb21347c23b6e84e058389 authored over 2 years ago
chore(secure-channel): adjust ports in test

github.com/node-opcua/node-opcua - f1234d875d1be5b935382ca7108c7b1d0b9b1fdd authored over 2 years ago
update package and temporarily remove use of update-notifier

github.com/node-opcua/node-opcua-pki - b2424abb360d4dad99e45c821295c6fa8d7523ed authored over 2 years ago
fix derived Structure handling

github.com/node-opcua/node-opcua - 7d2d12c6f5035dc36694c2037f887dabbb1d3b18 authored over 2 years ago
chore(address-space) make sure VariableType instantiation replicates default value

github.com/node-opcua/node-opcua - 637e633c01a63ea729c6086a33092c62f9be5ee9 authored over 2 years ago
chore(address-space) make sure ObjectType instantiation replicates default value in child variables

github.com/node-opcua/node-opcua - 33077c31dfca6402978ddcfdc51db2d24adb0630 authored over 2 years ago
Install chalk as dependecy instead of devDependcy

Fixes #1154

github.com/node-opcua/node-opcua - 880feee6aa0bba61ac236e9ce371bed4492f2db1 authored over 2 years ago
fix issue in Opc.Ua.MachineTool.NodeSet2.xml again

github.com/node-opcua/node-opcua - af26fce16b1cac464eae81e4f89529f512947fa3 authored over 2 years ago
fix issue in Opc.Ua.MachineTool.NodeSet2.xml

github.com/node-opcua/node-opcua - 3e63f9029f0e1932fc31614a41b979ca625a23c7 authored over 2 years ago
fix and refactor populateDataTypeManager104

github.com/node-opcua/node-opcua - 81aaeb28b461cefafb8efec42cde4534581a10b2 authored over 2 years ago
update appveyor.yml

github.com/node-opcua/node-opcua - d494a694fa3787a1e9e25b0787168e377bfb2fa7 authored over 2 years ago
update pnpm-lock

github.com/node-opcua/node-opcua - 2f93b550ee17da8e8a785b698c87b7c5085be602 authored over 2 years ago
increase --max-old-space-size for test

github.com/node-opcua/node-opcua - 2c7fd27a6aa790b0849a259f8748e77419d33c9c authored over 2 years ago
fix extension object array loading in nodeset2.xml files

github.com/node-opcua/node-opcua - 9f1482c3af6b4a026b5092e30042bc8789cd8a45 authored over 2 years ago
fix client opaque structure

github.com/node-opcua/node-opcua - f73241da716abb38c526d3bf5656bd282bc3eb00 authored over 2 years ago
add test to verify client opaque structure

github.com/node-opcua/node-opcua - c52c9336a7a93f6f8393a9113a9efdf7ed9ac886 authored over 2 years ago
fix issue in AnalogItem instantiation

github.com/node-opcua/node-opcua - e6ae50aacf1fde193d303788ecc1fb6085f177fd authored over 2 years ago
fix(address-space) isArgumentValid

github.com/node-opcua/node-opcua - 501d560acfcecc2847b71a991de09c740ca82857 authored over 2 years ago
update ua models to latest 1.05 version

- fix(nodeset-to-javascript) handle mandatory/optional inconsistency

github.com/node-opcua/node-opcua - 4dd1a7b5a2be428ab2eb156996ca0d296bd0f1f6 authored over 2 years ago
fix for #1136. fix server crashing on invalid certificate (#1142)

* #1136: fix server crashing if subjectAltName is not provided.
return BadUserSignatureInval...

github.com/node-opcua/node-opcua - 3eb2563c89427f08e256d83da46d32e27d2f78d0 authored over 2 years ago
remove unused symbols

github.com/node-opcua/node-opcua - af0e9e9de1c3934e3d6b360535bc35db92586897 authored over 2 years ago
update lock file

github.com/node-opcua/node-opcua - 81c11dd851c2e16079fb2c350fe3769ffcaaa638 authored over 2 years ago
refactor DiscoveryServer test

github.com/node-opcua/node-opcua - 4e449ebdaa337bad4a8ef8b9e6aed2b5dc6be332 authored over 2 years ago
rename consistency script

github.com/node-opcua/node-opcua - 03f0b836523e3cd2079be92a686fa3e4b9e43b84 authored over 2 years ago
make addresSpace & serverEngine shutdown tasks async

github.com/node-opcua/node-opcua - e41511cdbb1d81ae5ede92177227848e2e99a9e4 authored over 2 years ago
improve promoteToMandatory

- children are now cloned and
modelling rules are preserved.

github.com/node-opcua/node-opcua - 4a6e1467eaf13a9b6d4c41a6dab48408e629f1b7 authored over 2 years ago
fix secure channel failing test

github.com/node-opcua/node-opcua - 2af9a8a4ea19ad0ade1b85380995fca1c07ea565 authored over 2 years ago
pin pnpm version to 6

github.com/node-opcua/node-opcua - f2a59f17f873cbf55bfa645dfaaae3576a339c22 authored over 2 years ago
.gitlab-ci use slow test

github.com/node-opcua/node-opcua - 325128aa923f28be701f24c4eb7e097820ba81e2 authored over 2 years ago
PacketAssembler add chunksize verification & refactor

github.com/node-opcua/node-opcua - dbcb5d5191118c22ee9c89332a94b94e6553d76b authored over 2 years ago
silent warning message

github.com/node-opcua/node-opcua - 7f10bc048c9b78034326edc2aac475c3ae8df96a authored over 2 years ago
improve promoteToMandatory & displayNode

github.com/node-opcua/node-opcua - 6174862488acb6c909e8cf008b1d52cbf875c158 authored over 2 years ago
fix interface management in object instantiate

github.com/node-opcua/node-opcua - de90a712b53ce6dc638b4e01d50e04fe7a78e262 authored over 2 years ago
refactor: move promote_opaque_structure_in_notification_data

github.com/node-opcua/node-opcua - e43bc5b455ba88239098243a99db44b2a61a7105 authored over 2 years ago
remove redundant --if-present

github.com/node-opcua/node-opcua - 84c6bc45e73a59e67144a15826519573c062cb4b authored over 2 years ago
fix package version consistency

github.com/node-opcua/node-opcua - 1e333eb69d2522f5306c4d440eab0acfae2067ba authored over 2 years ago
force nodejs on gitlab-ci

github.com/node-opcua/node-opcua - 39ddad5f805bafd0c67483a9587c37c496847dac authored over 2 years ago