cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! X

Upload big file to ThingWorx server periodically with lower bandwidth

No ratings

It usually happens that we need to copy a large file to ThingWorx server periodically, and what's worse, the big file is changing(like a log file).

This sample give a simpler way to implement.

The main idea in the sample is:

1. Lower the management burden from ThingWorx server and instead it put all the work in edge SDK side

2. Save network burden with only uploading the incremented file and append it to the older file on ThingWorx server

 

Java SDK version in this sample: 6.0.1-255

Comments

It is useful for a person who want to send a increasing log file to Thingworx server from remote machine.

Version history
Last update:
‎May 15, 2017 01:03 AM
Updated by:
Labels (3)
Attachments