node-opcua-file-transfer 2.72.2 → 2.74.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +3 -1
- package/package.json +23 -23
- package/readme.md +56 -0
package/LICENSE
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
The MIT License (MIT)
|
|
2
2
|
|
|
3
|
-
Copyright (c)
|
|
3
|
+
Copyright (c) 2022 Sterfive SAS - 833264583 RCS ORLEANS - France (https://www.sterfive.com)
|
|
4
|
+
|
|
5
|
+
Copyright (c) 2014-2022 Etienne Rossignon
|
|
4
6
|
|
|
5
7
|
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
6
8
|
this software and associated documentation files (the "Software"), to deal in
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "node-opcua-file-transfer",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.74.0",
|
|
4
4
|
"description": "pure nodejs OPCUA SDK - module -server",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "tsc -b",
|
|
@@ -11,31 +11,31 @@
|
|
|
11
11
|
"main": "./dist/index.js",
|
|
12
12
|
"types": "./dist/index.d.ts",
|
|
13
13
|
"dependencies": {
|
|
14
|
-
"node-opcua-address-space": "2.
|
|
15
|
-
"node-opcua-assert": "2.
|
|
16
|
-
"node-opcua-basic-types": "2.
|
|
17
|
-
"node-opcua-client": "2.
|
|
18
|
-
"node-opcua-constants": "2.
|
|
19
|
-
"node-opcua-data-model": "2.
|
|
20
|
-
"node-opcua-debug": "2.
|
|
21
|
-
"node-opcua-nodeid": "2.
|
|
22
|
-
"node-opcua-nodesets": "2.
|
|
14
|
+
"node-opcua-address-space": "2.74.0",
|
|
15
|
+
"node-opcua-assert": "2.74.0",
|
|
16
|
+
"node-opcua-basic-types": "2.74.0",
|
|
17
|
+
"node-opcua-client": "2.74.0",
|
|
18
|
+
"node-opcua-constants": "2.74.0",
|
|
19
|
+
"node-opcua-data-model": "2.74.0",
|
|
20
|
+
"node-opcua-debug": "2.74.0",
|
|
21
|
+
"node-opcua-nodeid": "2.74.0",
|
|
22
|
+
"node-opcua-nodesets": "2.74.0",
|
|
23
23
|
"node-opcua-pki": "^2.17.0",
|
|
24
|
-
"node-opcua-pseudo-session": "2.
|
|
25
|
-
"node-opcua-secure-channel": "2.
|
|
26
|
-
"node-opcua-server": "2.
|
|
27
|
-
"node-opcua-service-call": "2.
|
|
28
|
-
"node-opcua-service-read": "2.
|
|
29
|
-
"node-opcua-service-translate-browse-path": "2.
|
|
30
|
-
"node-opcua-status-code": "2.
|
|
31
|
-
"node-opcua-types": "2.
|
|
32
|
-
"node-opcua-variant": "2.
|
|
24
|
+
"node-opcua-pseudo-session": "2.74.0",
|
|
25
|
+
"node-opcua-secure-channel": "2.74.0",
|
|
26
|
+
"node-opcua-server": "2.74.0",
|
|
27
|
+
"node-opcua-service-call": "2.74.0",
|
|
28
|
+
"node-opcua-service-read": "2.74.0",
|
|
29
|
+
"node-opcua-service-translate-browse-path": "2.74.0",
|
|
30
|
+
"node-opcua-status-code": "2.74.0",
|
|
31
|
+
"node-opcua-types": "2.74.0",
|
|
32
|
+
"node-opcua-variant": "2.74.0"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"memfs": "^3.4.7",
|
|
36
|
-
"node-opcua-binary-stream": "2.
|
|
37
|
-
"node-opcua-data-value": "2.
|
|
38
|
-
"node-opcua-leak-detector": "2.
|
|
36
|
+
"node-opcua-binary-stream": "2.74.0",
|
|
37
|
+
"node-opcua-data-value": "2.74.0",
|
|
38
|
+
"node-opcua-leak-detector": "2.74.0",
|
|
39
39
|
"should": "^13.2.3",
|
|
40
40
|
"sinon": "^14.0.0"
|
|
41
41
|
},
|
|
@@ -54,5 +54,5 @@
|
|
|
54
54
|
"internet of things"
|
|
55
55
|
],
|
|
56
56
|
"homepage": "http://node-opcua.github.io/",
|
|
57
|
-
"gitHead": "
|
|
57
|
+
"gitHead": "003ee041795f3b737afaaef5721045ee31ea9f77"
|
|
58
58
|
}
|
package/readme.md
CHANGED
|
@@ -201,3 +201,59 @@ UInt64
|
|
|
201
201
|
UInt64 values are currently stored into an array of 2 32bits numbers : [ High,Low]
|
|
202
202
|
|
|
203
203
|
|
|
204
|
+
## Feature
|
|
205
|
+
|
|
206
|
+
| | | |
|
|
207
|
+
|----------------------------------------|:------------------------:|--------------------|
|
|
208
|
+
| FileType | :white_check_mark: | |
|
|
209
|
+
| FileDirectoryType | :new_moon: | (sponsor wanted) |
|
|
210
|
+
| FileTransferStateMachineType | :new_moon: | (sponsor wanted) |
|
|
211
|
+
| TemporaryFileTransferType | :new_moon: | (sponsor wanted) |
|
|
212
|
+
| AddressSpaceFileType | :new_moon: | (sponsor wanted) |
|
|
213
|
+
|
|
214
|
+
## Sponsors & Backers
|
|
215
|
+
|
|
216
|
+
We appreciate that, once you have evaluated the software you consider supporting our effort by applying to our sponsor program:
|
|
217
|
+
|
|
218
|
+
- https://github.com/sponsors/node-opcua
|
|
219
|
+
- https://opencollective.com/node-opcua
|
|
220
|
+
|
|
221
|
+
Grants ensure the following:
|
|
222
|
+
|
|
223
|
+
- 🔨 Long term maintenance of the project
|
|
224
|
+
- ⚙️ maintain the website and continuous integration platform
|
|
225
|
+
- 🛣 Progress on the road-map
|
|
226
|
+
- 🐛 Quick responses to bug reports
|
|
227
|
+
- 🚀 New features & enhancements
|
|
228
|
+
- ⚖️ representing the node-opcua user community at the OPC Foundation
|
|
229
|
+
|
|
230
|
+
# Support
|
|
231
|
+
|
|
232
|
+
Technical Support is exclusively provided to registered members of the NodeOPCUA Subscription (https://support.sterfive.com) or through dedicated Professional Services.
|
|
233
|
+
|
|
234
|
+
# License
|
|
235
|
+
|
|
236
|
+
Node-OPCUA is made available to you under the MIT open source license.
|
|
237
|
+
|
|
238
|
+
See [LICENSE](./LICENSE) for details.
|
|
239
|
+
|
|
240
|
+
|
|
241
|
+
# value-added extensions
|
|
242
|
+
|
|
243
|
+
Contact Sterfive SAS (mailto:contact@sterfive.com) for additional companion modules that are available to registered members:
|
|
244
|
+
|
|
245
|
+
- node-opcua-pub-sub : Part 14 implementation to develop OPC UA PubSub over MQTT applications
|
|
246
|
+
- node-opcua-webproxy: to operate node-opcua from within a web browser
|
|
247
|
+
- node-opcua-optimized-client: super-charge OPC UA Client
|
|
248
|
+
- react-components: a collection of React UI components
|
|
249
|
+
- aggregator: a powerful OPC UA aggregator that can combine and monitored hundred of servers and millions of variables.
|
|
250
|
+
- node-opcua-gds: a Global Discovery Server (Part 12)
|
|
251
|
+
- node-opcua-modeler-ex: a powerful NO-GUI OPC UA modeler
|
|
252
|
+
|
|
253
|
+
|
|
254
|
+
# Copyright
|
|
255
|
+
|
|
256
|
+
Copyright (c) 2022 Sterfive SAS
|
|
257
|
+
|
|
258
|
+
Copyright (c) 2014-2022 Etienne Rossignon
|
|
259
|
+
|