Граф коммитов

171 Коммитов

Автор SHA1 Сообщение Дата
Erich Barnstedt d8191f8627 1.1.2 is no longer supported with project.json, so reverting back to 1.1.0. 2017-05-23 12:05:52 +02:00
Erich Barnstedt 82809796a8 Bug fixes. 2017-05-23 11:35:15 +02:00
Erich Barnstedt 65ad86540d Bug fixes. 2017-05-23 11:30:14 +02:00
Erich Barnstedt 8036f26e67 Upgrade to .NetCore 1.1 and updated to latest NuGet packages. 2017-05-23 11:03:51 +02:00
Erich Barnstedt 068e9d7899 Switching to released NuGet packages. 2017-05-15 09:38:50 +02:00
Erich Barnstedt 9c2d4dcab1 Update README.md 2017-05-10 20:02:49 +02:00
Erich Barnstedt 4e71b07250 Added support for Moby and Debian and fallbacks to Ubuntu/Windows. 2017-05-09 08:52:34 +02:00
Erich Barnstedt 143e57948e Add support for ubuntu. 2017-05-08 23:12:12 +02:00
Erich Barnstedt 40ade29ba7 Now using official GW packages. 2017-05-08 22:38:22 +02:00
Erich Barnstedt b15ec7c50d Merge pull request #26 from coconut147/master
Changed default SamplingInterval to reduce load on embedded servers
2017-05-04 08:44:39 +02:00
Freddy 812d67902a Changed default SamplingInterval to reduce load on embedded servers
Some OPC UA Servers (e.g. PLCs) have to poll data in order to report changes of values.
If a sampling rate of 0 is provided, the server is forced to poll as fast as possible.
2017-05-03 15:48:55 +02:00
Marc Schier cfbc8fc7ae Update .travis.yml 2017-04-20 13:30:52 +02:00
Erich Barnstedt 5c9a62fd71 Fix CI files. 2017-04-20 13:15:27 +02:00
Erich Barnstedt c712384ff3 remove old solution file. 2017-04-20 12:04:34 +02:00
Erich Barnstedt 5d0eb53f03 Updated gateway to new version. 2017-04-20 11:56:34 +02:00
Marc Schier ea9fa8be43 Fix line endings (#23)
Fix .sh line endings settings.
2017-03-13 10:15:07 +01:00
Marc Schier 56908f1595 Add dockerfile, snap to FGW release, and migrate to new .net Std CLI (VS 2017) (#22)
* VS 2017

* Add dockerfile

* Fix linux script

* Update build

* Update script

* Fix travis

* Fix script

* One more

* Try fix appveyor

* Fix script

* Update to fixed FGW build

* Final update to script
2017-03-10 20:29:51 +01:00
Erich Barnstedt d22beb6a2c Update README.md 2017-03-07 18:42:52 +01:00
Marc Schier 58be145159 Fix cert re-create and log messages during connect (#19) 2017-02-27 09:43:57 +00:00
Jonny Lin 9d671ae2ba Fix flag syntax (#16)
* Fix "--enable-dotnet-core-binding" flag in documentation
2017-02-24 09:27:56 +00:00
Marc Schier e743bf518b Add CI to project. (#18)
Enable travis and appveyor.
2017-02-23 09:34:42 +00:00
Marc Schier 9f573bea17 Fix session.create to catch any exceptions, patch host name, plus better log messages (#17)
* Fix session.create to catch any exceptions, plus better log messages

* Updates based on code review feedback
2017-02-23 08:57:45 +00:00
Marc Schier 507e0fe94c Merge pull request #15 from marcschier/master
opc-ua module v2 for .net standard loader.
2017-02-21 09:42:08 +00:00
Marc Schier 763a6145ee Update readme to reflect security settings 2017-02-21 10:39:35 +01:00
Marc Schier 2cddb08a38 Updates from code review feedback 2017-02-21 10:18:54 +01:00
Marc Schier be9871697f opc-ua module v2 for .net standard loader. 2017-02-20 17:36:45 +01:00
Erich Barnstedt e2650f23ab Update README.md 2017-02-13 08:42:06 +01:00
Erich Barnstedt 76cc7ccb8a Merge pull request #10 from Azure/erichb-develop
debugging/connection establishment/JSON format improvements
2017-01-25 16:48:17 +01:00
Erich Barnstedt aec26c6f66 Removed aggregate exception and improved keep alive message error output. 2017-01-25 12:25:55 +01:00
Erich Barnstedt 3af0e8cbed Fixed typo. 2017-01-25 09:32:29 +01:00
Erich Barnstedt d84e67c2e3 1. Increased timeout for getting endpoint from remote servers as some servers are slooow.
2. Serialized session establishment for easier debugging.
3. Made connect routine synchonous.
2017-01-25 09:29:02 +01:00
Erich Barnstedt c3dbf54779 Fixed GW properties sent to be OPC UA Pub/Sub spec compliant. 2017-01-24 15:45:42 +01:00
Erich Barnstedt 0e315f5de4 Merge pull request #9 from Azure/erichb-develop
Convert to using NuGet packages and removing all static dependencies on Gateway SDK
2017-01-22 23:02:24 +01:00
Erich Barnstedt db4b433fb3 Some servers don't accept a null identity, therefore setting anonymous identity.
Also fixed a small trace error.
2017-01-22 21:31:21 +01:00
Erich Barnstedt e79786dd8b Updated NuGet packages. 2017-01-20 15:55:19 +01:00
Erich Barnstedt 6411dea4bb Small cleanup. 2017-01-20 13:49:46 +01:00
Erich Barnstedt 2b02a4258e Made endpoint url comparison a little better. 2017-01-20 10:08:22 +01:00
Erich Barnstedt a822c594ed Some more documentation. 2017-01-20 10:02:17 +01:00
Erich Barnstedt d92fce3eaf Small readme update. 2017-01-20 09:39:42 +01:00
Erich Barnstedt 4abc8f6c16 Automated copying DLLs to output directory and updated readme. 2017-01-20 09:31:46 +01:00
Erich Barnstedt b0ac0ca669 Removed any cpu configuration (not supported). 2017-01-20 08:20:40 +01:00
Erich Barnstedt 4c1a9e2300 More cleanup. 2017-01-20 02:19:15 +01:00
Erich Barnstedt ba83ef57c4 Small cleanup. 2017-01-20 02:01:50 +01:00
Erich Barnstedt 3e0043739b Removed one file which is not needed. 2017-01-20 01:24:40 +01:00
Erich Barnstedt a44fcf4618 Removing pdbs for now until GW team builds these for release configs. 2017-01-20 01:23:40 +01:00
Erich Barnstedt c3bf3a049a 1. Removed the need to copy headers and libs from the GW SDK and used a NuGet package instead.
2. Updated OPC UA NuGet packages.
2017-01-20 01:04:07 +01:00
Erich Barnstedt 3cbf784c44 Made description on how to build the GW SDK with the dotnet binding enabled a little more specific. 2017-01-10 19:39:50 -08:00
Erich Barnstedt 3882c575f5 Replace localhost with host name to make session matching easier. 2017-01-02 15:03:41 +01:00
Erich Barnstedt 08252d9f3b Updated some of the wording in the documentation. 2016-12-21 08:52:52 +01:00
Erich Barnstedt 78e469ca33 Updated Nuget packages only. 2016-12-20 08:52:55 +01:00