SoftRTClib.h

Hi guys,
I need a SoftRTC library where i find it ?

I need a SoftRTC library

Why?

Because I find in the net a code precisely I need for data logger the temperature of the honeybees hive and they use a SoftRTClib.h and RTClib.h too when I compile I have a error in this library the error is no suck file in this directory #include SoftRTClib.h

Mr. Google sent me to
https://github.com/mcrosson/arduino_universal_serial_adapter/tree/master/Libraries/AdafruitLogger/SoftRTClib

It looks like SoftRTClib.h and SoftRTClib.cpp are there.

how I can download this? normally we have a zip file format and in this address I not find that Thks

You will need to do a manual installation. On the github site there are two folders(Examples,Utility) and two files(SoftRTCLib.h and SoftRTCLib.cpp). Copy everything into a folder on your computer called SoftRTCLib.
Move that folder into you user libraries.

See the manual installation portion of this tutorial. https://www.arduino.cc/en/Guide/Libraries

jorgevale:
how I can download this? normally we have a zip file format and in this address I not find that

Here it is:
https://github.com/mcrosson/arduino_universal_serial_adapter/archive/master.zip
That's the download for the whole repository, only part of which is the SoftRTCLib library.

Note that there's no guarantee that's actually the library you need. It would be helpful if you posted a link to this code you found.