58 Commits

Author SHA1 Message Date
JelleV
aeeab4f4d2 Update SimpleJavaEDDNSubscribe.java 2022-02-27 17:42:59 +01:00
JelleV
47091574a3 A simple Java subscribe example with jermq 2022-02-27 17:41:35 +01:00
Athanasius
dafbb07f56
Merge pull request #112 from alewando/python_example_fix
Python 3 example: Use correct property names for commodity stock and demand
2021-07-19 12:10:38 +01:00
DaneliyaRI
6e3be0abc7 Removed unused dependencies 2021-07-05 10:42:41 +07:00
DaneliyaRI
39071190c8 Added example with Spring Integration ZeroMQ lib for Spring framework 2021-07-02 12:33:29 +07:00
DaneliyaRI
27de365191 Added example with Spring Integration ZeroMQ lib for Spring framework 2021-07-02 12:33:13 +07:00
BANTYC
2d2a02265f * Added semicolons
* Added ES6 imports
* Added package-lock.json
* Added module definition at package.json
2021-05-25 23:51:39 +07:00
Vladimir Ishenko
98a53e7660 refresh nodejs example 2021-04-10 00:23:40 +03:00
Adam Lewandowski
48dbdc6584 Use correct property names for commodity stock and demand 2021-02-19 23:16:01 -05:00
AnthorNet
0060259877
Merge pull request #99 from irtnog/master
Add simple Common Lisp example client
2020-07-05 20:00:16 +02:00
AnthorNet
9eb89d4ccd
Merge pull request #102 from rojosinalma/master
Added Ruby client example
2020-07-05 20:00:03 +02:00
Rojo
6ea46b4603
Added Ruby client example 2020-06-11 17:13:13 +02:00
Florian Kinder
4f58f2b3a2 Added Go example 2020-05-05 14:00:08 +02:00
Matthew X. Economou
6f00524348 Add simple Common Lisp example client
Hacking isn't about why.  It's about why not!  So why not connect to
EDDN from your favorite Lisp implementation?  This works identically
to the JavaScript example.
2020-01-11 12:27:10 -05:00
AnthorNet
9cdc384b5e
Merge pull request #96 from EDSM-NET/dependabot/npm_and_yarn/examples/NodeJS/tar-fs-1.16.3
Bump tar-fs from 1.15.2 to 1.16.3 in /examples/NodeJS
2019-10-02 10:11:49 +02:00
dependabot[bot]
c86c2d00e8
Bump tar-fs from 1.15.2 to 1.16.3 in /examples/NodeJS
Bumps [tar-fs](https://github.com/mafintosh/tar-fs) from 1.15.2 to 1.16.3.
- [Release notes](https://github.com/mafintosh/tar-fs/releases)
- [Commits](https://github.com/mafintosh/tar-fs/compare/v1.15.2...v1.16.3)

Signed-off-by: dependabot[bot] <support@github.com>
2019-10-02 08:10:51 +00:00
Sebastian Bauer
5951a6f962
Changed output to JSON format (use double quotes) 2018-12-29 19:05:29 +01:00
AnthorNet
193b90fcaf Fix v3 example 2018-11-23 10:20:40 +01:00
AnthorNet
eb137fbcba Update examples 2018-11-23 08:58:09 +01:00
Ian Norton
dcd4a8c54c Add a ZMQ perl exmple 2017-10-11 15:37:23 -04:00
AnthorNet
7173764e39 Update Relay URI in examples 2017-07-03 13:35:31 +02:00
AnthorNet
5f9e55390d Merge pull request #60 from alski/master
Add a .Net example
2017-05-26 17:13:11 +02:00
inb
b826a76359 Add java example 2017-05-23 13:59:05 +01:00
AlSki
d9537ac6ad Add a .Net example 2017-05-22 22:41:33 +01:00
AnthorNet
1bdd308dc1 Merge pull request #58 from Athanasius/master
Add some extra logging to test for some errors, and log schemas we do…
2017-04-26 07:09:59 +02:00
Willyb321
4cde5e3f8b add NodeJS example 2017-04-16 15:04:55 +10:00
Athanasius
401df2d08c Add some extra logging to test for some errors, and log schemas we don't directly handle.
This is all to make the script easier to use as a quick test to see if
the relay is currently fully operational.
2017-02-13 14:56:57 +00:00
AnthorNet
7cc1e74130 Fix zmq.green not handling zmq.RCVTIMEO in python 2.7 examples 2016-01-07 14:03:37 +01:00
AnthorNet
cb9816aa91 Fix disconnect not working on python examples 2015-06-08 07:43:03 +02:00
AnthorNet
e3bbe97406 Fix missing dependencies in simple python examples 2015-06-08 07:37:54 +02:00
AnthorNet
8bb22500e2 Fix simple python 3.4 example 2015-05-12 11:08:36 +02:00
AnthorNet
f9376c59ea Add python 3.4 example 2015-05-12 10:53:58 +02:00
AnthorNet
d5cb8e4815 Add setDebug and getDebug in PHP Publisher 2015-05-07 22:30:58 +02:00
AnthorNet
e2bcca0c72 Added uploaderID monitor 2015-05-05 10:06:41 +02:00
AnthorNet
ae396aaec5 Fix missing comma in json examples 2015-05-05 09:48:54 +02:00
AnthorNet
c1350bf32e Fix Array to String conversion error 2015-05-04 10:50:38 +02:00
AnthorNet
3875a01a2e Add simple and complete client to PHP 2015-05-04 10:24:52 +02:00
AnthorNet
557b70d81b Add simple and complete example to Python 2015-05-04 10:12:10 +02:00
AnthorNet
d12dd9c00a Add uploadID in verbose logs 2015-04-29 16:29:11 +02:00
AnthorNet
04700c1441 Fix empty log lines on verbose 2015-04-29 16:19:36 +02:00
AnthorNet
8f0d063e79 Add debug mode 2015-04-29 16:15:19 +02:00
AnthorNet
8d150171e1 Update clients so both versions have same output 2015-04-29 14:22:26 +02:00
AnthorNet
341266357f Add client.bat 2015-04-29 08:52:10 +02:00
AnthorNet
583e291143 Fix logFile date not updating
- Fix logFile name
- Add inline example in log
2015-04-27 17:19:48 +02:00
AnthorNet
0d805340f7 Revert "Use stdClass instead of arrays"
This reverts commit 8600488c6ce77feae168d0972b70f3c2d691d0a5.
2015-04-24 16:03:33 +02:00
AnthorNet
8600488c6c Use stdClass instead of arrays 2015-04-24 16:00:45 +02:00
AnthorNet
0a5f7b3d1e Made PHP client logs prettier ! 2015-04-24 12:07:39 +02:00
AnthorNet
ec0692ae7f Fix inverted $temp/$array 2015-04-23 17:17:41 +02:00
AnthorNet
43898373f0 Fix missing message key 2015-04-23 16:46:09 +02:00
AnthorNet
ce69c21f29 Added RegulatedNoise in authorized sample list 2015-04-23 16:19:06 +02:00