NetTalk Central

Recent Posts

Pages: [1] 2 3 ... 10
1
Web Server - Ask For Help / NT and Sftp?
« Last post by osquiabro on Today at 06:36:34 AM »
if possible use sftp with NT? i have a client that move to sftp

"Please be informed that the MPMI system will be making changes to the FTP protocol and port as detailed below:
Protocol: FTP → SFTP
Port: 5010 or 21 → 9022 or 443
Effective Date: End of February"
2
Web Server - Ask For Help / Re: Credit Card Chip Reader
« Last post by rjolda on February 10, 2025, 03:32:26 PM »
Hi Ken,
How about a device which connects to your tablet?

https://www.shopify.com/pos/store/products/shopify-tap-chip-card-reader?utm_source=google&utm_medium=cpc&campaignid=20029254666&utm_campaign=RetailPOS_Shopping_AMER_US_Hardware&utm_content=shopify_tap_chip_card_reader&_bt=656383153811&_bk=&_bm=&_bn=g&_bg=148273362693&gclsrc=aw.ds&gad_source=1&gclid=EAIaIQobChMI_cPn86C6iwMVihqtBh3mIgJoEAQYASABEgJxzvD_BwE

If I were going to build it from scratch I probably would interface with an arduino and use arduino libraries to decipher the card and send me the info into my clarion program via serial terminal.  Working with Arduino is very easy.  Arduino has NFC and chip reader libraries. 

There are 2 suggestions to get you started.  It really depends on how you want to do it.

Ron
3
The Rest - Ask For Help / Re: Need embed point for calculations, please
« Last post by PeterPetropoulos on February 10, 2025, 11:58:38 AM »
I understand what you're saying.
I'm accustomerd to updating a VIEW after it's been built, and I had that confused with building the VIEW.

I look forward to a discussion on Thursday, but I won't wait till then.

If a VIEW won't work, maybe a QUEUE will be better.

Will test and report.

Thank you.
4
The Rest - Ask For Help / Re: Need embed point for calculations, please
« Last post by Bruce on February 10, 2025, 05:35:21 AM »
You're returning a VIEW. This is a client-side structure, which is populated by server-side values.
It's not possible to inject "local variables" (ie calculations) into a VIEW. At least not in the way you imagine.
I think this might be a question better answered in the webinar on Thursday.
5
Web Server - Ask For Help / Re: Microservices?
« Last post by Bruce on February 10, 2025, 05:32:58 AM »
sounds like web services to me.
So, then yes, the answer is yes.

Or, let me put it another way. A "microservice" is just a program that doesn't do much. Other programs talk to it, and it does some small thing using a Web Service API. It's not a "technology", it's an idea - the idea of making lots of small exe's which each exe does one task, and then you have gazillions of these things running and so other programs can call them, get something done, and so on.
6
The Rest - Ask For Help / Re: Need embed point for calculations, please
« Last post by PeterPetropoulos on February 10, 2025, 05:07:16 AM »
The API returns 1 parent and 8 child records.
I put a debug statement in there to show me the number of the returned record.

The embed appears only once when I'd expect it to appear 9 times, and the record number it shows is zero.

I've put debug messages in about 20 places, and while they appear, they all show a zero record number.

Do you have another suggestion, please?  :-)
7
The Rest - Ask For Help / Re: Need embed point for calculations, please
« Last post by Jane on February 09, 2025, 08:09:13 PM »
As a starting point, I'd try this embed.
 
8
The Rest - Ask For Help / Need embed point for calculations, please
« Last post by PeterPetropoulos on February 09, 2025, 01:17:57 PM »
My API Rest server is correctly gathering and reporting records to the client.

I need to perform calculations on the records being sent, such as accrued interest.

In which procedure, at what embed point should I make those calculations, please?
9
Web Server - Ask For Help / Re: Microservices?
« Last post by osquiabro on February 09, 2025, 04:24:37 AM »
Generative by AI is experimental.


Microservices is a software development approach that breaks down applications into independent services that communicate with each other. This allows for faster development, easier scaling, and better business continuity.

How it works
Services: Each microservice is a small, independent service that handles a specific task or application feature.

Communication: Microservices communicate with each other using well-defined APIs.

Deployment: Microservices can be deployed independently, so updates can be made without rebuilding the entire application.

Scaling: Microservices can be scaled individually, so only the components that need it are scaled.

Data: Each microservice is responsible for its own data persistence.

Benefits
Faster development: Microservices can be developed faster than traditional monolithic applications.

Easier scaling: Microservices can be scaled more precisely than monolithic applications.

Better business continuity: Microservices can be located across different geographical locations, so a problem in one location won't take down the entire system.

According with amazon:

https://aws.amazon.com/microservices/
10
Web Server - Ask For Help / Re: Microservices?
« Last post by Bruce on February 08, 2025, 09:33:05 PM »
The short answer is "yes". But the longer answer is "define microservice". My definition and yours may be different.
Pages: [1] 2 3 ... 10