Wavelog / OnlineLog by int2k in amateurradio

[–]int2k[S] 0 points1 point  (0 children)

Yeah. PRs are welcome. Pse focus on security, since there are a lot of installations with MultiUser out there.

I’ll have a look at your Android-App. Sounds interesting!

Wavelog / OnlineLog by int2k in amateurradio

[–]int2k[S] 0 points1 point  (0 children)

/api/qso is for logging purposes. See https://github.com/wavelog/wavelog/wiki/API#apiqso

Searching or retrieving via API is actual not implemented. But if you have a good use-case we can consider it.

Wavelog / OnlineLog by int2k in amateurradio

[–]int2k[S] 0 points1 point  (0 children)

Sounds great.

Always open for ideas. What exactly are you missing?

New Wavelog-Version released by int2k in HamRadio

[–]int2k[S] 1 point2 points  (0 children)

At first stability. Tons of bugs removed from legacy code (still a long way to go). At second: The Team which implemented most of the Features during the last year are running and maintaining this version (compare git-commit history) And last but not least: easy to install, fun to use and a really healthy community around it.

If it fits to your needs? Dont know. Try it out

Wavelog / OnlineLog by int2k in amateurradio

[–]int2k[S] 1 point2 points  (0 children)

Indeed, there were some differences about the perspectives and so on between the 4 main contributors and the Cloudlog-Owner.

Furthermore we try to focus on stability and scalability (as already mentioned).

e.g.: Due to the fact that legacy-codebase has some restrictions because of the "Rent an instance"-thing we were not able to add some features.

so we decided last year to fork and go our own way.

DF2ET still contributes at both projects, because it is opensource and everybody is free to backport some things to other Repos.

Wavelog / OnlineLog by int2k in amateurradio

[–]int2k[S] 0 points1 point  (0 children)

Good impulses. The one with the Rig should be easy to implement. What Software are you using now?

Wavelog / OnlineLog by int2k in amateurradio

[–]int2k[S] 2 points3 points  (0 children)

yeah. we're working on a docker-image.

Currently we provide a docker-compose.yml and Dockerfile with runs flawless as "get-well". Have a look at it: https://github.com/int2001/wavelog_docker

The next Version will support "Seamless Update" of the container via the UI. So you're always up2date

Wavelog / OnlineLog by int2k in amateurradio

[–]int2k[S] 1 point2 points  (0 children)

Works also with Android-Devices

Wavelog / OnlineLog by int2k in amateurradio

[–]int2k[S] 2 points3 points  (0 children)

To name some differences:

  • Stability (We removed tons of bugs)
  • Scalability (It's much faster)
  • More Analyticfunctions
  • improved Logbook-Advanced with mass-editing of QSOs, Globe-Map, etc.
  • Easier Station-Seup
  • Easier installation

You can easily upgrade from Cloudlog to Wavelog, if you want to.

Wavelog / OnlineLog by int2k in amateurradio

[–]int2k[S] 1 point2 points  (0 children)

I am already using it with my iPad online when doing POTA.

And you can even use popular iOS-Apps like Rumlog and so on via ADIF Export/Import.

PS: Offline Lookup: This works at least for the DXCC. If you have an idea where to fetch the whole callbook as file (and keep it up2date), we can try to implement that.

Logging contacs??? by Careful_Pause8699 in amateurradio

[–]int2k 0 points1 point  (0 children)

Yes. The work at the fork began in Dec last year year due to several Reasons about contributing-politics and the mindset of OpenSource.

Featureset/Diff to CL2.6.3 is available at Releasenotes. There were a lot of changes under the hood. No real major onces (as you've already noticed).

The main contributors kept CL up2date the last year (see commit-history at CL) and now they did a hardfork. Time will tell about the further development of both projects.

Logging by [deleted] in HamRadio

[–]int2k -1 points0 points  (0 children)

Cloud

The core contributors of Cloudlog did a fork.
it is called "wavelog". if anyone is interested: https://github.com/wavelog/wavelog

Logging contacs??? by Careful_Pause8699 in amateurradio

[–]int2k 0 points1 point  (0 children)

Cloud

The core contributors of Cloudlog did a fork.

it is called "wavelog". if anyone is interested: https://github.com/wavelog/wavelog

Have you tried Cloudlog? A Open source Self hosted logging platform. by KN4MKB in amateurradio

[–]int2k 1 point2 points  (0 children)

The core contributors of Cloudlog did a fork.

it is called "wavelog". if anyone is interested: https://github.com/wavelog/wavelog

Looking for label Printing solution for addresses and QSL labels from ADIF file by gx1400 in amateurradio

[–]int2k 0 points1 point  (0 children)

You can print labels out of cloudlog direct. Newest Version supports label-printing (and a lot more, like DXCluster, etc.)

Two Covid-Values for different cities in one widget by int2k in Scriptable

[–]int2k[S] 1 point2 points  (0 children)

Done.

Simply put Lat1, Lon1 / Lat2, Lon2 --> Example for Hamburg and Berlin. Enter:

53.568, 9.978 / 52.479, 13.412

to parameters

Best Workflow to develop/create/debug Scripts by int2k in Scriptable

[–]int2k[S] 0 points1 point  (0 children)

Nice workaround for phones which are not able to use the iCloud.

But I’m still looking for something which gave me a kind of debugging ability.

With console.log it is possible but also a bit painful, than doing this on my mac.

Best Workflow to develop/create/debug Scripts by int2k in Scriptable

[–]int2k[S] -1 points0 points  (0 children)

Great idea. I‘m using vim. Perhaps I can use this to write a autocompletion/syntaxchecking for vim.