Is there a library available for the SECS/GEM protocol? [closed] - delphi

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 2 years ago.
Improve this question
I have to implement a communication between my app and another PC using the industrial standard protocol SECS/GEM PV2.
Are there any libraries available that I can use with Delphi?
Google didn't give me any usable results so far, maybe someone has experience with this protocol already?

The page about High-Speed SECS Message Services lists an open source implementation:
FREESECS, an open source suite of implementations of semiconductor fab communication standards
FREESECS components are implemented in C and C++. Currently available are: HSMS (SEMI E37.1) and SECSII (SEMI E5).
Maybe these components can be used with Delphi.

Related

Are there open source machine learning libraries that can be integrated with an iOS app (not looking for pros-cons or best/worst libraries) [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
I want to do some on-device analysis on data provided by Coremotion. Are there any lightweight machine learning libraries that can be integrated into iOS apps?
Microsoft open sourced theirs and it's in C++ which you may be able to get to work with that Objective-C++ compiler. Not sure though
heres some details:
http://www.wired.com/2016/01/microsoft-tries-to-one-up-google-in-the-open-source-ai-race/
heres the github:
https://github.com/Microsoft/CNTK
heres help on using the C++ in iOS:
Is it possible to program iPhone in C++

Crouton equivalence on iOS? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I'm just restarting out with iOS trying to port an Android app. What would be the most equivalent example of an android crouton on iOS? I couldn't find any third party libraries except one abandoned project: https://github.com/kvandermast/crouton-ios .
Basically, if one wants to show a quick context relevant message that doesn't require user action to dismiss, what would s/he use?
There are actually a few libraries out there.
For example CRToast or JDStatusBarNotification.
I recommend using cocoacontrols to find third party libraries.
I hope this will help you!

Sample rhomobile apps [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 3 years ago.
Improve this question
There are some features which I wanted to see the behaviour for in Rhomobile applications and compare them to the native apps. In particular,
Location based results: can we control how it behaves when no location services are available and perform different actions.
Any pointers to sample apps that have been deployed to the app store or Google play? I have been searching through the rhomobile.com (which redirects) but couldn't find any samples.
Thanks.
I don't know any example apps, but does this example app sampling native system functions help?

Reliable source of the ISO4217 table, as web service / XML file? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 months ago.
Improve this question
I am looking for a reliable source of an as complete as possible ISO4217 table. Either as web service or via some REST API; preferably as XML.
I need to maintain a list of currency codes for a program of mine, and a weekly check to a reliable source would be most welcome.
The one and only real, official source is the ISO (Int'l Standards Organization) itself - see here:
https://www.iso.org/standard/64758.html
Unfortunately, they don't typically provide online / webservice based access to their standards...

Starter for Delphi Network [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I worked in Delphi 6 a few years.
Now I was beginning in Delphi network and I need some source code
For following things:
I want make chat application which to have two peer to peer clients
But I don’t know how I to measure time for two clients and show it on both
Screens.
I also want to mark first client with 1,second with 2 ,,,,,
In some application I want to have value who accounting number of sending of both clients
Generally does it exist variable which is mutual for both clients?!
Can somebody to send me source code of this kind?!
Comments in source code will be welcome.
For networking in Delphi, Indy is just about all you need to know :)
Tons of sample projects contained therein.

Resources