In this video, you will learn how to install and configure the Network File System (NFS) on a Raspberry Pi. When one Raspberry Pi is an NFS client and writes to a local directory that is mounted to an NFS share on a remote Raspberry Pi, the files are stored on the remote Raspberry Pi. The humidity will be read from the Sense HAT by a Python script on the Raspberry Pi which is the NFS client and written to a remote NFS share. The file will be read by a second Python script on the remote NFS server.