Open Files 5.3.0
Multi-Platform Event-Driven Application Framework
Accessing the Source Code.

The Connected Way github page is available at:

https://github.com/connectedway

There are various repositories which can be downloaded or cloaned individually although all the necessary repositories are available as git submodules within the openfiles repository. You can clone the openfiles repository as follows:

git clone https://github.com/connectedway/openfiles.git

This will clone and checkout the main branch in the openfiles repository. The repository will contain tags for specific releases. If you wish to run a particular release, checkout that tag as follows:

git checkout <release-tag>

At the time of this documentation update, the latest release tag is 5.3.0. There may be more recent tags. Contact Connected Way Support for the tag that we recommend for you.

ConnectSMB is a collection of cooperating repositories allowing for flexible configuration and build. Most repositories are licensed under the Create Common license (see LICENSE.md). Some repositories (eg. smb related repositories) are licensed separately and may not be accessible to all developers. Various platforms require various submodule repositories. For the purpose of this user manual, we are documenting the steps necessary for a linux SMB client platform. If you require a different build environment, contact Connected Way Support for assistance.

make linux-smb-init
make linux-smb-update

This will bring in all accessible repositories and sync them with the openfiles main branch or release tag.